We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f3fc10 + a3fb7fc commit 67c44efCopy full SHA for 67c44ef
1 file changed
src/views/About.tsx
@@ -117,7 +117,7 @@ export const About: FC<{}> = function About({ }) {
117
startIcon={<YouTubeIcon sx={{ fontSize: '1rem', color: '#FF0000' }} />}
118
target="_blank"
119
rel="noopener noreferrer"
120
- href="https://www.youtube.com/watch?v=3ndlwt0Wi3c"
+ href="https://www.youtube.com/watch?v=GfTE2FLyMrs"
121
>What's New in v0.5?</Button>
122
<Button size="large" variant="outlined" color="primary"
123
startIcon={<GitHubIcon sx={{ fontSize: '1rem', color: '#000000' }} />}
@@ -494,4 +494,4 @@ export const About: FC<{}> = function About({ }) {
494
<Typography sx={{ display: 'inline', fontSize: '12px', ml: 1 }}> @ {new Date().getFullYear()}</Typography>
495
</Box>
496
</Box>)
497
-}
+}
0 commit comments