mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add section icons
This commit is contained in:
parent
6a70d2e0bf
commit
497b8cde10
4 changed files with 8 additions and 5 deletions
|
|
@ -194,7 +194,8 @@ export default async function () {
|
|||
endpoint,
|
||||
section: {
|
||||
label: sectionTitle,
|
||||
slug: sectionSlug
|
||||
slug: sectionSlug,
|
||||
icon: ''
|
||||
},
|
||||
content: token.content,
|
||||
relatedLinks
|
||||
|
|
|
|||
|
|
@ -125,7 +125,8 @@ export default async function () {
|
|||
endpoint: `/game/${slug}`,
|
||||
section: {
|
||||
label: 'Games',
|
||||
slug: 'games'
|
||||
slug: 'games',
|
||||
icon: '🎮'
|
||||
},
|
||||
content: '',
|
||||
relatedLinks: [
|
||||
|
|
|
|||
|
|
@ -151,7 +151,8 @@ export default async function () {
|
|||
endpoint: `/formula/${slug}`,
|
||||
section: {
|
||||
label: 'Homebrew',
|
||||
slug: 'homebrew'
|
||||
slug: 'homebrew',
|
||||
icon: '🍺'
|
||||
},
|
||||
content: formulae.comments,
|
||||
relatedLinks: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue