Skip to content

Commit

Permalink
Add link to footer text (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
itayox authored Aug 9, 2023
1 parent a45a0fa commit ee3747b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions packages/app/src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,21 @@ export const Footer: FC = () => {
className={classes.footerText}
component="div"
>
<p style={{ fontWeight: 400 }}>CodeTotal brought to you by</p>
<img src={oxLogo} className={classes.oxLogo} alt="OX Logo" />
<a
className={classes.link}
rel="noreferrer"
href="https://codetotal.io/"
target="_blank"
rel="noreferrer"
className={classes.link}
>
CodeTotal
</a>
brought to you by
<img src={oxLogo} className={classes.oxLogo} alt="OX Logo" />
<a
href="https://ox.security"
target="_blank"
rel="noreferrer"
className={classes.link}
>
OX Security,
</a>
Expand Down

0 comments on commit ee3747b

Please sign in to comment.