Skip to content

Commit

Permalink
Add Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Klop233 committed May 3, 2024
1 parent 1fad095 commit 1124901
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ const Home: NextPage<ProjectProps> = ({ project }) => {
>
{t("index.documentation")}
</Button>
<Button
variant="outlined"
href="https://github.com/LuminolMC"
external
>
{t("index.github")}
</Button>
</div>
</div>
<div className="flex-1 lg:flex hidden justify-end">
Expand Down

0 comments on commit 1124901

Please sign in to comment.