Skip to content

Commit

Permalink
Init the Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sidiDev committed Feb 9, 2024
1 parent 536859e commit 646a914
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions components/ui/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ import LinkItem from '../Link/LinkItem';

export default () => {
return (
// <div className="bg-orange-600">
// <div className="custom-screen py-3 items-center gap-x-4 justify-between text-white font-medium sm:flex md:px-8">
// <div className="flex items-center">
// <img src="https://user-uploads-unicorn.s3.amazonaws.com/product_hunt_kitty.png" alt="PH kitty" className="w-24" />
// <p>Support our project: Float UI on Product Hunt now</p>
// </div>
// <LinkItem
// href="https://www.producthunt.com/posts/float-ui-v2"
// target="_blank"
// className="flex-none inline-block w-full mt-3 py-2 text-center text-orange-600 font-medium bg-white duration-150 hover:bg-gray-100 active:bg-gray-200 sm:w-auto sm:mt-0 btnshake"
// >
// <div className="flex items-center justify-center gap-x-1 text-sm font-semibold">
// Check it out
// <IconArrowLongRight className="w-4 h-4" />
// </div>
// </LinkItem>
// </div>
// </div>
<></>
<div className="bg-orange-600">
<div className="custom-screen py-3 items-center gap-x-4 justify-between text-white font-medium sm:flex md:px-8">
<div className="flex items-center">
<img src="https://user-uploads-unicorn.s3.amazonaws.com/product_hunt_kitty.png" alt="PH kitty" className="w-24" />
<p>Support our project: RapidForms is now on Product Hunt</p>
</div>
<LinkItem
href="https://www.producthunt.com/posts/rapidforms"
target="_blank"
className="flex-none inline-block w-full mt-3 py-2 text-center text-orange-600 font-medium bg-white duration-150 hover:bg-gray-100 active:bg-gray-200 sm:w-auto sm:mt-0 btnshake"
>
<div className="flex items-center justify-center gap-x-1 text-sm font-semibold">
Check it out
<IconArrowLongRight className="w-4 h-4" />
</div>
</LinkItem>
</div>
</div>
// <></>
);
};

0 comments on commit 646a914

Please sign in to comment.