Skip to content

Commit

Permalink
[Fix] correct error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tawaks committed Oct 20, 2024
1 parent 698db7a commit 8d0ed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/MyProfile/SkillsForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</form>

{#if isLimitReached}
<p class="text-red-500 mt-2 text-center">You have reached the maximum limit of 15 links.</p>
<p class="text-red-500 mt-2 text-center">You have reached the maximum limit of 15 skills.</p>
{:else if $message}
<p class="text-red-500 mt-2 text-center">{$message}</p>
{/if}

0 comments on commit 8d0ed1e

Please sign in to comment.