@@ -5,8 +5,6 @@ date: 2023-09-15
55
66{ /* * @jsx jsx */ }
77import { jsx } from " theme-ui" ;
8- import Avatar from " ./images/avatar.png" ;
9- import Cover from " ./images/cover.png" ;
108import Box from " @mui/material/Box" ;
119import Stack from ' @mui/material/Stack' ;
1210import Divider from ' @mui/material/Divider' ;
@@ -17,7 +15,10 @@ import { Connect } from "@n8v/app/components/elements/shields-io/variants/connec
1715import { CvSectionDivider } from " @n8v/app/components/fragments/cv-section-divider" ;
1816import Grid from ' @mui/material/Unstable_Grid2' ;
1917import Link from ' @mui/material/Link' ;
18+ import { envs } from " @n8v/app/utils/envs" ;
2019
20+ import Avatar from " ./images/avatar.png" ;
21+ import Cover from " ./images/cover.png" ;
2122import PermIdentity from " ./images/perm_identity.svg" ;
2223import Gender from " ./images/gender.svg" ;
2324import Github from " ./images/github.svg" ;
@@ -286,6 +287,12 @@ _Ton Duc Thang University, Ho Chi Minh - 2018_
286287 width: " 100%" ,
287288 }}
288289>
289- Latest at{ " " }
290- <Link href = " https://ndthanhdev.github.io/cv" >ndthanhdev.github.io/cv</Link >
290+ <Typography variant = " caption" color = " text.secondary" >
291+ <>
292+ { ` Build ${envs .buildNumber }, latest version at ` }
293+ <Link href = " https://ndthanhdev.github.io/cv" color = " primary" >
294+ { " ndthanhdev.github.io/cv" }
295+ </Link >
296+ </>
297+ </Typography >
291298</Stack >
0 commit comments