mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Merge pull request #5 from jambonz/chore/sponsor-button
Use Jambonz UI styled button for Github Sponsor
This commit is contained in:
@@ -50,7 +50,10 @@ function OS({data}) {
|
||||
</div>
|
||||
<div className="os__logo">
|
||||
<img src={data.logo} />
|
||||
<iframe src="https://github.com/sponsors/drachtio/button" title="Sponsor drachtio" height="35" width="116" border="0"></iframe>
|
||||
<Button href="https://github.com/sponsors/drachtio/" target="_blank" style="pill" subStyle="jambonz">
|
||||
<Icon name="Heart" />
|
||||
<span>Sponsor</span>
|
||||
</Button>
|
||||
</div>
|
||||
<div className="os__cta">
|
||||
<Button href={data.url} subStyle="dark" target="_blank">{data.cta}</Button>
|
||||
|
||||
Reference in New Issue
Block a user