Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/showcase/blocks/banner/CollapsibleBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function CollapsibleBanner() {
>
<div className="flex w-full items-center gap-x-6 bg-red-500 px-6 py-3 sm:px-3.5 sm:before:flex-1">
<div className="flex items-center text-sm font-medium leading-6 text-white">
<p>{`Get 50+ Premium Components for your next project on SyntaxUI`}</p>
<p>Get 50+ Premium Components for your next project on SyntaxUI</p>

<a
href="#"
Expand Down
2 changes: 1 addition & 1 deletion src/showcase/blocks/banner/SimpleBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const SimpleBanner = () => {
>
<div className="flex w-full items-center justify-center gap-x-6 bg-red-500 px-6 py-3 sm:px-3.5">
<div className="flex items-center text-sm font-medium leading-6 text-white">
<p>{`Get 50+ Premium Components for your next project on SyntaxUI`}</p>
<p>Get 50+ Premium Components for your next project on SyntaxUI</p>
</div>
</div>
</div>
Expand Down