We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaacaf commit 22107c0Copy full SHA for 22107c0
1 file changed
src/components/bottomapp.js
@@ -26,7 +26,7 @@ export default function BottomAppBar() {
26
<Toolbar>
27
<Typography style={{ display: "block", margin: "auto", padding: 0 }}>
28
<Box textAlign="center" m={1}>
29
- last update : {new Date().toJSON().slice(0, 10).replace(/-/g, "/")}
+ updated : {new Date().toJSON().slice(0, 10).replace(/-/g, "/")}
30
</Box>
31
</Typography>
32
</Toolbar>
0 commit comments