Skip to content

Commit

Permalink
add discord invite
Browse files Browse the repository at this point in the history
  • Loading branch information
illusionTBA committed Nov 2, 2024
1 parent 68e283f commit caeadc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/discordDock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/routes/index.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,16 @@ function Home() {
className=" w-6 h-6 hover:w-7 hover:h-7 transition-all transofrm hover:-translate-y-2"
/>
</DockIcon>
<DockIcon>
<img
src="/discordDock.svg"
className="w-6 h-6 hover:w-7 hover:h-7 transition-all transofrm hover:-translate-y-2"
onClick={() =>
window.open("https://discord.gg/Dpj8C8SAmH", "_blank")
}
alt=""
/>
</DockIcon>
{shouldOpen && (
<DockIcon>
<Search
Expand Down

0 comments on commit caeadc3

Please sign in to comment.