Skip to content

Commit ee4f035

Browse files
committed
Update homepage
1 parent 01abc04 commit ee4f035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function Home({ location }: { location: string }) {
7777
</div>
7878

7979
<div className="md:flex md:flex-row items-center max-w-4xl">
80-
<Card title="Weapon Information" desc="Check how many enhancement ores you need to level that shiny new weapon or which refinements/sub-stat it has" location={location} src={weapons.Sword} />
80+
<Card href="/weapons" title="Weapon Information &rarr;" desc="Check which weapon ascension material you need to level that shiny new weapon or which refinements/sub-stat it has" location={location} src={weapons.Sword} alsoSite />
8181
<Card title="Events" desc="Get reminded when new events come out" location={location} src={alarm} />
8282
</div>
8383

0 commit comments

Comments
 (0)