Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Oct 18, 2024
1 parent 63f336c commit f42b4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/pages/docs/Components/Inputs/_meta.en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"radio": {},
"select": {},
"switch": {},
"pininput": "PinInput"
"pininput": "PinInput",
"slider": "Slider"
}
2 changes: 1 addition & 1 deletion docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const config: DocsThemeConfig = {
</div>
) : (
<div className="flex flex-1 justify-between align-middle">
<span>{title}</span> {(title === 'Avatar' || title === 'Badge' || title === 'PinInput' || title === 'Responsive') && <div className='bg-pink-600 text-white font-bold text-[0.6rem] rounded-md p-1'>NEW</div>}
<span>{title}</span> {(title === 'Avatar' || title === 'Badge' || title === 'PinInput' || title === 'Responsive' || title === 'Slider') && <div className='bg-pink-600 text-white font-bold text-[0.6rem] rounded-md p-1'>NEW</div>}
</div>
),
toggleButton: true,
Expand Down

0 comments on commit f42b4c8

Please sign in to comment.