Skip to content

Commit df60428

Browse files
committed
fix: links
1 parent fa3c3f5 commit df60428

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
```bash
44
pnpm run dev
5+
# go to localhost:3000
6+
7+
# deploy to vercel
8+
# (don't connect to github cuz it requires a pro plan)
9+
vercel
510
```

src/app/page.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export default function LandingPage() {
3636
<p className="text-xl mb-4">Learn more about me and my work</p>
3737
<div className="space-y-4 flex flex-col justify-center">
3838
<LinkItem
39-
href="https://youtube.com"
39+
href="https://www.youtube.com/@tylerdane-com"
40+
target="_blank"
4041
className="flex items-center space-x-2"
4142
>
4243
<FaYoutube size="1.4em" />
@@ -48,7 +49,8 @@ export default function LandingPage() {
4849
</span>
4950
</LinkItem>
5051
<LinkItem
51-
href="https://youtube.com"
52+
href="https://www.compasscalendar.com/"
53+
target="_blank"
5254
className="flex items-center space-x-2"
5355
>
5456
<FaCompass size="1.4em" />
@@ -61,7 +63,8 @@ export default function LandingPage() {
6163
</LinkItem>
6264

6365
<LinkItem
64-
href="https://youtube.com"
66+
href="https://www.tylerdane.com/"
67+
target="_blank"
6568
className="flex items-center space-x-2"
6669
>
6770
<FaPenNib size="1.4em" />
@@ -73,7 +76,8 @@ export default function LandingPage() {
7376
</span>
7477
</LinkItem>
7578
<LinkItem
76-
href="https://youtube.com"
79+
href="https://www.linkedin.com/in/tyler-dane/"
80+
target="_blank"
7781
className="flex items-center space-x-2"
7882
>
7983
<TiSocialLinkedin size="1.4em" />

0 commit comments

Comments
 (0)