Skip to content

Commit

Permalink
chore: replace with default sponsorship banner
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Jun 25, 2024
1 parent 824f4c9 commit fc98d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
10 changes: 0 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,6 @@ const config = {
</div>
`,
},
{
html: `
<div>
<p style="margin-bottom:0.25rem;font-weight:500">Sponsors</p>
<a href="https://anthems.framer.website/?utm_source=spicetify&utm_medium=top-fan" target="_blank">
<img src="images/anthems.svg" alt="Anthems Logo" width="128"" />
</a>
</p>
`,
},
],
},
],
Expand Down
11 changes: 4 additions & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@ export default function Home() {
return (
<Layout description="Powerful CLI tool to take control of the Spotify client.">
<div className={styles.sponsor}>
Dive deeper into your top artists with&nbsp;
<a href="https://anthems.framer.website/?utm_source=spicetify&utm_medium=top-fan">
Anthems →
<span className={styles.tooltipMsg}>
Anthems is a sponsor of Spicetify
</span>
</a>
<a href="https://github.com/sponsors/spicetify/sponsorships?tier_id=411293">
Sponsor us
</a>{' '}
and get your logo here!
</div>
<HomepageHeader />
<main>
Expand Down

0 comments on commit fc98d0b

Please sign in to comment.