Skip to content

Commit

Permalink
Change the build links in the footer until we move the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
beverloo committed Feb 18, 2024
1 parent 394f609 commit f8aad85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/admin/AdminLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function AdminLayout(props: React.PropsWithChildren) {
<Box sx={kStyles.container}>
{props.children}
<Typography component="footer" align="center" variant="body2" sx={{ mt: 1 }}>
AnimeCon Volunteer Portal (<a href="https://github.com/AnimeNL/volunteer-manager">{process.env.buildHash}</a>) — © 2015–{year}
AnimeCon Volunteer Portal (<a href="https://github.com/beverloo/volunteer-manager">{process.env.buildHash}</a>) — © 2015–{year}
</Typography>
</Box>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion app/registration/RegistrationLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function RegistrationLayout(props: RegistrationLayoutProps) {
{props.children}
</AuthenticationContext.Provider>
<Typography component="footer" align="center" variant="body2" sx={{ mt: 1 }}>
AnimeCon Volunteer Portal (<a href="https://github.com/AnimeNL/volunteer-manager">{process.env.buildHash}</a>) — © 2015–{year}
AnimeCon Volunteer Portal (<a href="https://github.com/beverloo/volunteer-manager">{process.env.buildHash}</a>) — © 2015–{year}
</Typography>
</Container>
</>
Expand Down

0 comments on commit f8aad85

Please sign in to comment.