diff --git a/app/constants/index.ts b/app/constants/index.ts index 9a82b5e3..455c72d4 100644 --- a/app/constants/index.ts +++ b/app/constants/index.ts @@ -1,6 +1,6 @@ import type { mastodon } from 'masto' -export const APP_NAME = 'Elk' +export const APP_NAME = 'Yolk' export const DEFAULT_POST_CHARS_LIMIT = 500 export const DEFAULT_FONT_SIZE = '15px'