Skip to content

Commit

Permalink
Add link to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyikp committed Jun 8, 2024
1 parent e3761ba commit 3239476
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/splash/SplashScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export default function SplashScreen(): React$Node {
🐶 Drawdog maker
</Link>

<div className={styles.infoGroupSeparator} />

<a
className={styles.link}
href="https://map.chicory.pizza"
Expand All @@ -55,6 +57,14 @@ export default function SplashScreen(): React$Node {
📝 Text viewer
</a>

<a
className={styles.link}
href="https://wiki.chicory.pizza"
target="_blank"
>
📘 Wiki
</a>

<div className={styles.icons}>
<a
className={styles.websiteLink}
Expand Down
4 changes: 4 additions & 0 deletions src/splash/SplashScreen.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
border-color: var(--input-border-hover-color);
}

.infoGroupSeparator {
height: 48px;
}

.icons {
display: flex;
margin-top: 64px;
Expand Down

0 comments on commit 3239476

Please sign in to comment.