Skip to content

Commit

Permalink
feat: new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
1092384 committed Dec 30, 2024
1 parent 6dfb54a commit 5c73222
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const wikiPages: SearchItem[] = [
name: "Writing Guide",
url: "/meta/writingarticles",
description: "Guidelines for writing articles",
image: `${IMAGE_BASE_URL}/game/shared/emotes/monocle_face.svg`
image: "/img/icons/writing_guide.svg"
},
{
name: "Developer Guide",
Expand All @@ -125,7 +125,7 @@ export const wikiPages: SearchItem[] = [
name: "Art Guides",
url: "/art_guides",
description: "Guidelines for drawing assets for suroi.io",
image: `${IMAGE_BASE_URL}/game/shared/emotes/trophy.svg`
image: "/img/icons/art_guide.svg"
},
{
name: "Removed Content",
Expand Down
13 changes: 13 additions & 0 deletions public/img/icons/art_guide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/img/icons/writing_guide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c73222

Please sign in to comment.