mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 05:54:25 -04:00
footer - merch link
This commit is contained in:
parent
e4832e3a97
commit
821e2f1152
@ -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: >
|
||||
|
@ -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: >
|
||||
|
@ -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: >
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user