Skip to content

Commit

Permalink
More adventureous title and fixed labeltext (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Snorre Nygaard <snorre.nygaard@finn.no>
  • Loading branch information
Skadefryd and Snorre Nygaard authored Oct 23, 2024
1 parent ee41d22 commit 4b94d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/components/ComponentOverviewFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ const showAll = () => {
<div class="py-16 rounded-8 mb-16">
<div class="pt-8 mb-16">
<!-- Input field for text filtering -->
<label class="block bold" for="filter-input">By name</label>
<label class="block bold" for="filter-input">Filter by name</label>
<input
v-model="localQuery"
name="filter-input"
class="doc-input"
placeholder="Filter by name..."
/>
</div>
<p class="block bold mb-4!">Supported on platform</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import ComponentOverview from './ComponentOverview.vue';
</script>

# Overview
All WARP components for Figma, React, Vue, Elements, iOS, and Android.
Explore All WARP Components Across Figma, React, Vue, Elements, iOS, and Android.

<ComponentOverview />

0 comments on commit 4b94d05

Please sign in to comment.