-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #398 from dyte-io/ph_banner_txt_update
Ph banner txt update
- Loading branch information
Showing
4 changed files
with
196 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
import React from 'react'; | ||
import Link from '@docusaurus/Link'; | ||
import { | ||
AppsAddInRegular, | ||
ArrowRightFilled, | ||
DocumentRegular, | ||
OpenRegular, | ||
RecordRegular, | ||
VideoRegular, | ||
} from '@fluentui/react-icons'; | ||
import clsx from 'clsx'; | ||
import { ChevronRight, GitHub } from 'react-feather'; | ||
|
||
function HelloBar() { | ||
return ( | ||
<a | ||
href="https://www.producthunt.com/posts/feta" | ||
target="_blank" | ||
className="hello-bar u-hflex-center-center w-inline-block" | ||
> | ||
<div className="hello_bar_contents u-hflex-center-center u-gap-10"> | ||
<div className="ph_cat_nd_txt-wrapper u-hflex-left-center u-gap-10"> | ||
<img | ||
src="https://cdn.prod.website-files.com/66323b0d8cbb65b15bf8550c/6703f2188ab1ea055e35b760_ph_cat.png" | ||
loading="lazy" | ||
alt="" | ||
className="ph_cat" | ||
/> | ||
<div className="ph_banner_txt">We are live on ProductHunt🎉</div> | ||
</div> | ||
<div className="banner_separator"></div> | ||
<div className="hello_bar_cta u-hflex-left-center u-gap-8"> | ||
<div className="text-block-98">Subscribe & Get 3 Months Free</div> | ||
<img | ||
src="https://cdn.prod.website-files.com/66323b0d8cbb65b15bf8550c/6703f48cc2268f2ff727de7b_Arrow%20Down%20Left.png" | ||
loading="lazy" | ||
alt="" | ||
className="image-213" | ||
/> | ||
</div> | ||
</div> | ||
</a> | ||
); | ||
} | ||
|
||
export default HelloBar; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters