Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeshau committed Nov 11, 2024
1 parent f465e31 commit 12fd5df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ const Footer = () => {
);
};

export default Footer;
export default Footer;
4 changes: 2 additions & 2 deletions packages/app/src/pages/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const AboutPage: React.FC = () => {
<Container>
<Box sx={{ marginTop: '120px', marginBottom: '100px', paddingX: '20px' }}>

<a to="https://prove.email/" target="_blank">
<a href="https://prove.email/" target="_blank">
<Box
display="flex"
alignItems="center"
Expand Down Expand Up @@ -181,4 +181,4 @@ const AboutPage: React.FC = () => {
);
};

export default AboutPage;
export default AboutPage;

0 comments on commit 12fd5df

Please sign in to comment.