Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 4295bcf

Browse files
committed
Update text in Filter component
1 parent 0bb82d9 commit 4295bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Filter.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
<h1 class="text-4xl font-bold text-center">
2727
Click on a <span class="text-primary">#tag</span> to show
28-
<i class="text-secondary">UI examples</i>
28+
<i class="text-secondary">components</i>
2929
</h1>
3030
</div>
3131

3232
<div class="text-center">
3333
🌸 You can find
34-
<span class="badge badge-accent badge-outline badge-sm">{numExamples}</span> UI examples in
34+
<span class="badge badge-accent badge-outline badge-sm">{numExamples}</span> components in
3535
<span class="badge badge-accent badge-outline badge-sm">{tags.length}</span> tags!
3636
</div>
3737

0 commit comments

Comments
 (0)