Skip to content

Commit

Permalink
Fix footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
itayox committed Aug 1, 2023
1 parent 60a9635 commit 115018a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/app/src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ export const Footer: FC = () => {
target="_blank"
href="https://ox.security"
>
OX Security
OX Security,
</a>

<p>Powered by</p>
<p>powered by</p>
<a
className={classes.link}
rel="noreferrer"
Expand Down Expand Up @@ -79,7 +78,7 @@ const useStyles = makeStyles()((theme: Theme) => ({
footerText: {
display: "flex",
alignItems: "center",
gap: "1ch",
gap: "0.5ch",
flexWrap: "wrap",
fontSize: 12,
lineHeight: 1,
Expand Down

0 comments on commit 115018a

Please sign in to comment.