Skip to content

Commit

Permalink
add defguard link
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Sep 13, 2024
1 parent 4576f43 commit 7f9390b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion web/src/components/LogoContainer/LogoContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import SvgTeoniteLogo from '../../shared/components/svg/TeoniteLogo';
export const LogoContainer = () => {
return (
<div className="logo-container">
<SvgDefguardLogoText className="defguard" />
<a href="https://defguard.net/" target="_blank" rel="noreferrer">
<SvgDefguardLogoText className="defguard" />
</a>
<Divider direction={DividerDirection.VERTICAL} />
<a href="https://teonite.com" target="_blank" rel="noreferrer">
<SvgTeoniteLogo className="teonite" />
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/LogoContainer/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
height: 100%;
}

& > .defguard {
& > a > .defguard {
path {
fill: var(--text-body-primary);
}
}

& > .teonite {
& > a > .teonite {
path {
fill: var(--surface-teonite-logo);
}
Expand Down

0 comments on commit 7f9390b

Please sign in to comment.