Skip to content

Commit 22107c0

Browse files
committed
fixed grid elements and added update
1 parent bcaacaf commit 22107c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/bottomapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function BottomAppBar() {
2626
<Toolbar>
2727
<Typography style={{ display: "block", margin: "auto", padding: 0 }}>
2828
<Box textAlign="center" m={1}>
29-
last update : {new Date().toJSON().slice(0, 10).replace(/-/g, "/")}
29+
updated : {new Date().toJSON().slice(0, 10).replace(/-/g, "/")}
3030
</Box>
3131
</Typography>
3232
</Toolbar>

0 commit comments

Comments
 (0)