From 3107345d3ce8d2f42892b0c082a082b90cae7e5e Mon Sep 17 00:00:00 2001
From: ShittyKopper <shittykopper@w.on-t.work>
Date: Sun, 4 Feb 2024 15:02:03 +0300
Subject: [PATCH] fix: local instance ticker bug that fails to render notes in
 dev mode

---
 packages/frontend/src/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html
index 097c0080ae..68866b36e1 100644
--- a/packages/frontend/src/index.html
+++ b/packages/frontend/src/index.html
@@ -27,6 +27,7 @@
 	/>
 	<meta property="og:site_name" content="[DEV BUILD] Misskey" />
 	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<meta name="theme-color-orig" content="#86b300">
 </head>
 
 <body>