From 2780036983fe400afd9e97969865d725ba37bfb6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 27 Jul 2025 18:39:04 +0200 Subject: [PATCH] feat(yolk): replace client_name --- app/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'