We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8582471 commit 08fd63cCopy full SHA for 08fd63c
1 file changed
src/components/SiteFooter.tsx
@@ -47,18 +47,7 @@ export default function SiteFooter({ compact = false }: SiteFooterProps) {
47
onMouseLeave={e => (e.currentTarget.style.color = '#8a8a8a')}
48
>
49
<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't let us die
+ Open source
62
</a>
63
</div>
64
</footer>
0 commit comments