Skip to content

Commit 08fd63c

Browse files
chore: replace broken coffee link with 'Open source' GitHub link in footer
1 parent 8582471 commit 08fd63c

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

src/components/SiteFooter.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,7 @@ export default function SiteFooter({ compact = false }: SiteFooterProps) {
4747
onMouseLeave={e => (e.currentTarget.style.color = '#8a8a8a')}
4848
>
4949
<GitHubIcon size={13} />
50-
GitHub
51-
</a>
52-
<span style={{ color: '#d0c8be', fontSize: '12px' }}>·</span>
53-
<a
54-
href="https://buymeacoffee.com/commitmentissues"
55-
target="_blank"
56-
rel="noopener noreferrer"
57-
style={linkStyle}
58-
onMouseEnter={e => (e.currentTarget.style.color = '#1f1f1f')}
59-
onMouseLeave={e => (e.currentTarget.style.color = '#8a8a8a')}
60-
>
61-
☕ Don&apos;t let us die
50+
Open source
6251
</a>
6352
</div>
6453
</footer>

0 commit comments

Comments
 (0)