mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-17 18:31:29 +00:00
* Refine locals of some internal pages headlines * Fix tool tip text * Fix 'email' -> 'e-mail' * Syncronize 'metadata.ts' with webapp * Refine e-mail notifications * Adjust notification settings buttons * Refine third party setting * Fix post teaser counter icon tooltips translations * Refine e-mail notifications * Refine third party setting * notification spec snapshot --------- Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
11 lines
680 B
TypeScript
11 lines
680 B
TypeScript
// this file is duplicated in `backend/src/config/metadata` and `webapp/constants/metadata.js` and replaced on rebranding
|
||
export default {
|
||
APPLICATION_NAME: 'ocelot.social',
|
||
APPLICATION_SHORT_NAME: 'ocelot.social',
|
||
APPLICATION_DESCRIPTION: 'ocelot.social Community Network',
|
||
COOKIE_NAME: 'ocelot-social-token',
|
||
ORGANIZATION_NAME: 'ocelot.social Community',
|
||
ORGANIZATION_JURISDICTION: 'City of Angels',
|
||
THEME_COLOR: 'rgb(23, 181, 63)', // $color-primary – as the main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case
|
||
}
|