Skip to content

Commit

Permalink
update: url
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jul 19, 2024
1 parent 39b9f17 commit e37a080
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/pages/index/+Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ export default function Page() {
<nav className='flex space-x-4 text-sm'>
<a
data-umami-event="GitHub Button"
href="https://github.com/DongHY1"
href="https://github.com/hidaviddong"
className="text-zinc-500 decoration-zinc-300 underline-offset-2 hover:decoration-zinc-400"
>
GitHub
</a>
<a
data-umami-event="Linkedin Button"
href="https://www.linkedin.com/in/DongHY1"
href="https://www.linkedin.com/in/hidaviddong"
className="text-zinc-500 decoration-zinc-300 underline-offset-2 hover:decoration-zinc-400"
>
LinkedIn
Expand Down
2 changes: 1 addition & 1 deletion src/pages/project/comments/+Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Page() {
<a
aria-label="David Dong's GitHub project comments"
className="no-underline my-0 mt-4 text-sm font-medium hover:underline hover:cursor-pointer"
href="https://github.com/DongHY1/comments"
href="https://github.com/hidaviddong/comments"
>
Comments
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/project/raytracing/+Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Page() {
<a
aria-label="David Dong's GitHub project Mini-react"
className="no-underline my-0 mt-4 text-sm font-medium hover:underline hover:cursor-pointer"
href="https://github.com/DongHY1/raytracing-js"
href="https://github.com/hidaviddong/raytracing-js"
>
Raytracing Website
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/project/react/+Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Page() {
<a
aria-label="David Dong's GitHub project Mini-react"
className="no-underline my-0 mt-4 text-sm font-medium hover:underline hover:cursor-pointer"
href="https://github.com/DongHY1/Mini-React"
href="https://github.com/hidaviddong/Mini-React"
>
Mini React Website
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/project/website/+Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Page() {
<a
aria-label="David Dong's GitHub Website"
className="no-underline my-0 mt-4 text-sm font-medium hover:underline hover:cursor-pointer"
href="https://github.com/DongHY1/daviddong.me"
href="https://github.com/hidaviddong/daviddong.me"
>
daviddong.me
</a>
Expand Down

0 comments on commit e37a080

Please sign in to comment.