mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 05:51:56 +08:00
feat: add badge in header
This commit is contained in:
parent
92060d3d08
commit
d851553d6f
@ -208,7 +208,12 @@ class Editor extends React.Component {
|
||||
</button> */}
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col items-center justify-center m-14">
|
||||
<div className="flex flex-col items-center justify-center ">
|
||||
<div className="flex mb-4 items-center bg-white p-2 mt-2 rounded justify-center w-full">
|
||||
<span className="mx-4 text-md font-semibold">Coverview is live on Product Hunt today.</span>
|
||||
<a href="https://www.producthunt.com/posts/coverview-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-coverview-2" target="_blank" rel="noreferrer"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=343671&theme=light" alt="Coverview - Creating cover images for your blog is now super easy | Product Hunt" className="w-2/3" /></a>
|
||||
|
||||
</div>
|
||||
<ComponentToImg downloadAs={this.state.download}>
|
||||
<CoverImage {...this.state} />
|
||||
</ComponentToImg>
|
||||
|
Loading…
x
Reference in New Issue
Block a user