Skip to content

Commit

Permalink
fix: urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Sep 16, 2024
1 parent 2cc6682 commit 7d33d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/main/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export function About() {
>
wanderer.moe
</Link>
, an open-source platform for game assets developed at age
15, now serving thousands of daily users.
, an open-source platform for game assets at 15, now serving
thousands of daily users.
</p>
<p>
Other projects include{" "}
Expand Down
2 changes: 1 addition & 1 deletion src/components/main/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function SocialsContent() {
<span>github</span>
</Link>
<Link
href="https://github.com/dromzeh"
href="https://discord.com/users/492731761680187403"
onMouseOver={() => ctx.setStatus("discord")}
onMouseOut={() => ctx.setStatus("idle")}
className="relative transition-colors duration-300 ease-out hover:!text-muted group-hover:text-primary"
Expand Down

0 comments on commit 7d33d3e

Please sign in to comment.