feat: add Discord link to header
This commit is contained in:
parent
82a6f33a68
commit
aa99bda14c
2 changed files with 12 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue