Skip to content

Commit

Permalink
landing page image redirects to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CrawlingTug committed Jan 20, 2025
1 parent 6be34f8 commit f385e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default function HomepageMinimal(): JSX.Element {
src={require("./gommeskin.png").default}
alt="Citybuld Wiki Gomme"
className={styles.image}
onClick={() => (window.location.href = "/docs/category/lobby")}
/>
</div>
<div className="text--center">
Expand Down

0 comments on commit f385e43

Please sign in to comment.