feat(yolk): replace client_name

This commit is contained in:
Ayo Ayco 2025-07-27 18:39:04 +02:00
parent f202edd5fd
commit 2780036983

View file

@ -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'