Skip to content

Commit

Permalink
feat: add optional theme question guidelines url
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed May 31, 2024
1 parent c276f57 commit aa7053f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/themes/src/precious-plastic/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export const styles: ThemeWithName = {
logo: logo,
profileGuidelinesURL:
'https://community.preciousplastic.com/academy/guides/platform',
questionsGuidelinesURL:
'https://community.preciousplastic.com/academy/guides/guidelines-questions',
communityProgramURL:
'https://community.preciousplastic.com/academy/guides/community-program',
...baseTheme,
Expand Down
3 changes: 1 addition & 2 deletions packages/themes/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ type Badge = {

export interface ThemeWithName {
name: string

logo: string

profileGuidelinesURL: string

questionsGuidelinesURL?: string
communityProgramURL: string

alerts: any
Expand Down

0 comments on commit aa7053f

Please sign in to comment.