Skip to content

Commit 4c7e919

Browse files
committed
feat: add boostmania sponsor
1 parent 131fec3 commit 4c7e919

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

pnpm-lock.yaml

Lines changed: 15 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
text-align: center;
3030
margin: 0.5rem 0;
3131
height: min-content;
32+
font-weight: 700;
3233
}
3334

3435
.sponsor > a {

src/pages/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ export default function Home() {
3535
return (
3636
<Layout description="Powerful CLI tool to take control of the Spotify client.">
3737
<div className={styles.sponsor}>
38-
<a href="https://github.com/sponsors/spicetify/sponsorships?tier_id=411293">
39-
Sponsor us
40-
</a>{' '}
41-
and get your logo here!
38+
Find Cheap Discord Nitro & Server Boosts in{' '}
39+
<a href="https://boostmania.gg?ref=spicetify">boostmania.gg</a>
4240
</div>
4341
<HomepageHeader />
4442
<main>

0 commit comments

Comments
 (0)