Skip to content

Commit

Permalink
chore: add ph banner (#3743)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev authored Sep 12, 2024
1 parent 8f5f93d commit 601b162
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
21 changes: 21 additions & 0 deletions apps/docs/components/docs/components/component-links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,27 @@ export const ComponentLinks = ({
>
Styles source
</ButtonLink>

<div className="flex flex-col gap-y-2 my-3 items-start">
<a
href="https://www.producthunt.com/posts/zigma-by-nextui-yc-s24?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-zigma&#0045;by&#0045;nextui&#0045;yc&#0045;s24"
rel="noreferrer"
target="_blank"
>
<img
alt="Zigma&#0032;by&#0032;NextUI&#0032;&#0040;YC&#0032;S24&#0041; - Connect&#0032;your&#0032;design&#0032;files&#0032;to&#0032;production&#0032;code&#0032;in&#0032;minutes | Product Hunt"
className="m-0"
height="54"
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=488715&theme=light"
style={{width: "250px", height: "54px"}}
width="250"
/>
</a>
<p className="text-sm text-default-500 font-semibold !p-0 m-0">
We&apos;re live on Product Hunt! Join the conversation and help us get to #1 Product of
the day 🚀
</p>
</div>
</div>
);
};
20 changes: 20 additions & 0 deletions apps/docs/components/marketing/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,26 @@ export const Hero = () => {
<h2 className={subtitle({fullWidth: true, class: "text-center md:text-left"})}>
Beautiful, fast and modern React UI library.
</h2>
<div className="flex flex-col gap-y-2 my-3 items-start">
<a
href="https://www.producthunt.com/posts/zigma-by-nextui-yc-s24?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-zigma&#0045;by&#0045;nextui&#0045;yc&#0045;s24"
rel="noreferrer"
target="_blank"
>
<img
alt="Zigma&#0032;by&#0032;NextUI&#0032;&#0040;YC&#0032;S24&#0041; - Connect&#0032;your&#0032;design&#0032;files&#0032;to&#0032;production&#0032;code&#0032;in&#0032;minutes | Product Hunt"
className="m-0"
height="54"
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=488715&theme=light"
style={{width: "250px", height: "54px"}}
width="250"
/>
</a>
<p className="text-sm text-default-500 font-semibold !p-0 m-0">
We&apos;re live on Product Hunt! Join the conversation and help us get to #1 Product of
the day 🚀
</p>
</div>
<div className="flex flex-col md:flex-row items-center gap-4">
<Button
as={NextLink}
Expand Down
2 changes: 0 additions & 2 deletions apps/docs/content/docs/components/avatar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ The Avatar component is used to represent a user, and displays the profile pictu

---



## Installation

<PackageManagers
Expand Down

0 comments on commit 601b162

Please sign in to comment.