mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Add Github sponsor button to Why jambonz page
This commit is contained in:
@@ -33,6 +33,5 @@ os:
|
||||
text: github.com/drachtio
|
||||
url: https://github.com/drachtio
|
||||
logo: /svg/drachtio.svg
|
||||
icon: Heart
|
||||
cta: Get started for free
|
||||
url: https://jambonz.us/register
|
||||
@@ -50,7 +50,7 @@ function OS({data}) {
|
||||
</div>
|
||||
<div className="os__logo">
|
||||
<img src={data.logo} />
|
||||
<Icon name={data.icon} style="pill" />
|
||||
<iframe src="https://github.com/sponsors/drachtio/button" title="Sponsor drachtio" height="35" width="116" border="0"></iframe>
|
||||
</div>
|
||||
<div className="os__cta">
|
||||
<Button href={data.url} subStyle="dark" target="_blank">{data.cta}</Button>
|
||||
|
||||
Reference in New Issue
Block a user