feat: add Discord link to header

This commit is contained in:
Ajax Davis 2025-12-28 12:08:26 +10:00
parent 82a6f33a68
commit aa99bda14c
2 changed files with 12 additions and 0 deletions

View file

@ -63,6 +63,14 @@ export function AppHeader(): React.ReactElement {
Changelog
</Button>
</Link>
<a
href="https://discord.gg/KuJRBCn89c"
target="_blank"
rel="noopener noreferrer"
className="text-foreground hover:text-foreground transition-colors"
>
<Icon icon="discord" size="md" />
</a>
<a
href="https://github.com/tpmjs/tpmjs"
target="_blank"