Skip to content

Commit

Permalink
docs: typo in Tabs component demo (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhatunver authored Feb 1, 2025
1 parent 33f50be commit eb009a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/demo/Tabs/css/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import './styles.css'
class="TabsList"
aria-label="Manage your account"
>
<TabsIndicator class="TagsIndicator ">
<TabsIndicator class="TabsIndicator">
<div
style="width: 100%; height: 100%"
class="bg-grass8 w-full h-full"
Expand Down
2 changes: 1 addition & 1 deletion docs/components/demo/Tabs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ input {
position: relative;
}

.TagsIndicator {
.TabsIndicator {
position: absolute;
padding-left: 2rem;
left: 0;
Expand Down

0 comments on commit eb009a6

Please sign in to comment.