This commit is contained in:
Matthias Mair 2024-04-15 19:36:47 +02:00
parent 1bf9725733
commit 63f043ce87
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { InvenTreeLogoHomeButton } from '../items/InvenTreeLogo';
export function Footer() {
const items = footerLinks.map((link) => (
<Anchor<'a'>
color="dimmed"
c="dimmed"
key={link.key}
href={link.link}
onClick={(event) => event.preventDefault()}