Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
fix: update shutdown msg
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsmaerten committed Sep 8, 2022
1 parent 1f1bc73 commit 4f19d0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gluco-check-frontend/src/pages/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,14 @@ function Landing() {
<Grid item className={classes.subtitle}>
<Container maxWidth="sm">
<Typography variant="h5" component="h2">
{t("welcome.subtitle")}
</Typography>
<Typography variant="h6" component="h4">
<a
style={{ color: "orange" }}
href="https://pages.glucocheck.app/sunset"
>
Gluco Check is shutting down :( <br /> June 13th, 2023
Gluco Check is shutting down <br /> June 13th, 2023
</a>
</Typography>
</Container>
Expand Down
8 changes: 8 additions & 0 deletions gluco-check-frontend/src/pages/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ function Welcome() {
<Typography variant="h5" component="h2">
{t("welcome.subtitle")}
</Typography>
<Typography variant="h6" component="h4">
<a
style={{ color: "orange" }}
href="https://pages.glucocheck.app/sunset"
>
Gluco Check is shutting down <br /> June 13th, 2023
</a>
</Typography>
</Container>
</Grid>
<Grid item>
Expand Down

0 comments on commit 4f19d0c

Please sign in to comment.