Skip to content

Commit 67c44ef

Browse files
committed
Merge branch 'main' into dev
2 parents 0f3fc10 + a3fb7fc commit 67c44ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/About.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const About: FC<{}> = function About({ }) {
117117
startIcon={<YouTubeIcon sx={{ fontSize: '1rem', color: '#FF0000' }} />}
118118
target="_blank"
119119
rel="noopener noreferrer"
120-
href="https://www.youtube.com/watch?v=3ndlwt0Wi3c"
120+
href="https://www.youtube.com/watch?v=GfTE2FLyMrs"
121121
>What's New in v0.5?</Button>
122122
<Button size="large" variant="outlined" color="primary"
123123
startIcon={<GitHubIcon sx={{ fontSize: '1rem', color: '#000000' }} />}
@@ -494,4 +494,4 @@ export const About: FC<{}> = function About({ }) {
494494
<Typography sx={{ display: 'inline', fontSize: '12px', ml: 1 }}> @ {new Date().getFullYear()}</Typography>
495495
</Box>
496496
</Box>)
497-
}
497+
}

0 commit comments

Comments
 (0)