Skip to content

Commit

Permalink
links change to new site
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeshau committed Dec 20, 2024
1 parent 5475f59 commit 17e1297
Show file tree
Hide file tree
Showing 3 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 @@ -42,7 +42,7 @@ const Footer = () => {
<Box display="flex" alignItems="center" gap={{xs:1, sm:2}}>
<Typography>
<Link
href="https://docs.prove.email/introduction"
href="https://docs.zk.email/introduction"
target="_blank"
color="grey.900"
underline="hover"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Nav: React.FC<NavProps> = ({ splitscreen = false }) => {


<Box display='flex' justifyContent='flex-end' alignItems='center' sx={{ gap: { xxs: '0px', xs: '5px', sm: splitscreen ? '50px' : '50px' }, flexGrow: 1, width: 'fit' }}>
<Link to="https://prove.email/docs" target="_blank">
<Link to="https://docs.zk.email/" target="_blank">
<Typography sx={{ display: { xs: splitscreen ? 'none' : 'none', sm: 'block', md: splitscreen ? 'none' : 'block', lg: 'block' }, fontSize: { xs: '12px', md: '14px' } }}>Docs</Typography>
</Link>
<Link to="https://prove.email/blog/twitter" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion 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 href="https://prove.email/" target="_blank">
<a href="https://zk.email" target="_blank">
<Box
display="flex"
alignItems="center"
Expand Down

0 comments on commit 17e1297

Please sign in to comment.