generated from methanium/template
(feat): remove <ExternalLink /> icons
This commit is contained in:
parent
71b31041a1
commit
997a2d5a6b
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ export function Header() {
|
|||
className="hidden md:flex h-9 text-sidebar-foreground hover:bg-sidebar-accent hover:text-sidebar-accent-foreground"
|
||||
render={<a target="_blank" href="mailto:contact@methanium.net" />}
|
||||
>
|
||||
Contact us <ExternalLink />
|
||||
Contact us
|
||||
</Button>
|
||||
<Button
|
||||
nativeButton={false}
|
||||
|
|
@ -42,7 +42,7 @@ export function Header() {
|
|||
className="hidden md:flex h-9 text-sidebar-foreground hover:bg-sidebar-accent hover:text-sidebar-accent-foreground"
|
||||
render={<a target="_blank" href="mailto:security@methanium.net" />}
|
||||
>
|
||||
Report security issue <ExternalLink />
|
||||
Report security issue
|
||||
</Button>
|
||||
</nav>
|
||||
<div className="flex h-full items-center gap-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue