footer - merch link

This commit is contained in:
Andrea Vos 2023-06-07 22:06:36 +02:00
parent e4832e3a97
commit 821e2f1152
4 changed files with 12 additions and 0 deletions

View File

@ -444,6 +444,7 @@ contact:
groups:
all: ''
calendar: 'Queer Calendar Bot'
shop: 'Merch'
faq: >
Before you write, <strong>check out our </strong>{/faq=<strong>FAQ</strong>} maybe the answer to your question is already there.
technical: >

View File

@ -590,6 +590,7 @@ contact:
groups:
all: ''
calendar: 'Queer Calendar Bot'
shop: 'Merch'
faq: >
Before you write, <strong>check out our </strong>{/faq=<strong>FAQ</strong>} maybe the answer to your question is already there.
technical: >

View File

@ -1159,6 +1159,7 @@ contact:
all: ''
polish: 'Polskojęzyczne'
calendar: 'Bot kalendarza'
shop: 'Mercz'
faq: >
Zanim napiszesz, zajrzyj do naszego {/pytania=FAQ} być może odpowiedź na Twoje pytanie już się tam znajduje.
quote: >

View File

@ -74,6 +74,14 @@ export const socialLinks = {
headline: '@CalendarQueer',
},
},
shop: {
shop: {
icon: 'shopping-bag',
url: 'https://shop.pronouns.page',
headline: 'shop.pronouns.page',
}
},
}
export const COLOURS = {
@ -165,6 +173,7 @@ export function* getSocialLinks(config) {
if (config.calendar && config.calendar.enabled) {
yield* getLink(socialLinks, 'calendar');
}
yield* getLink(socialLinks, 'shop');
}
export function* getSupportLinks(config) {