Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
CroissantEdit committed Dec 23, 2023
1 parent ddfdb34 commit f133b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(wiki)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ export default async function Home() {
<div className="prose prose-invert">
<h1>Official Suroi Wiki</h1>
<div className="flex justify-center">
<a href="https://suroi.io" target="_blank">
<Link href="https://suroi.io" target="_blank">
<Image
src="/img/suroi.svg"
alt="Suroi Battle Royale"
width={1350 / 1.5}
height={450 / 1.5}
priority
/>
</a>
</Link>
</div>
<p>
Welcome to the official Suroi wiki! Suroi is an open-source 2D battle
Expand Down

0 comments on commit f133b0f

Please sign in to comment.