Skip to content

Commit

Permalink
feat: github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Cygra committed Jan 11, 2025
1 parent 3a3c688 commit 45d7710
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@ export default function Home() {

return (
<div className="flex flex-col items-center min-h-screen p-8 w-full justify-center">
<a
href={"https://github.com/Cygra/danmaku-mask"}
className={"fixed top-2 right-2 text-white underline"}
target={"_blank"}
>
Github
</a>
<div
className="rounded-lg overflow-hidden relative w-[800px]"
style={{
Expand Down

0 comments on commit 45d7710

Please sign in to comment.