Skip to content

Commit cd6e0ba

Browse files
committed
Linked learn more button to taskwizard youtube video
1 parent dcd969a commit cd6e0ba

File tree

3 files changed

+458
-2
lines changed

3 files changed

+458
-2
lines changed

back/build/assets/index-b56d2a91.js

Lines changed: 456 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

back/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Learn how to configure a non-root public URL by running `npm run build`.
2424
-->
2525
<title>TaskWizard</title>
26-
<script type="module" crossorigin src="/assets/index-4e6fd000.js"></script>
26+
<script type="module" crossorigin src="/assets/index-b56d2a91.js"></script>
2727
<link rel="stylesheet" href="/assets/index-2dee4928.css">
2828
</head>
2929
<body>

front/taskwizard-front/src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Home () {
3434
<Heading textAlign='center' animation="fadeInDelay1 2.5s ease-in-out forwards">TaskWizard makes it easy.</Heading>
3535
</Flex>
3636
<Flex gap="20px">
37-
<Button colorScheme='purple' size='lg' animation="fadeInDelay2 3s ease-in-out forwards">
37+
<Button onClick = {() => { window.open('https://www.youtube.com/watch?v=bfOXnC1_BDA', '_blank', 'noreferrer'); } }colorScheme='purple' size='lg' animation="fadeInDelay2 3s ease-in-out forwards">
3838
Learn More
3939
</Button>
4040
<Box animation="fadeInDelay2 3s ease-in-out forwards">

0 commit comments

Comments
 (0)