Add theme-color meta tag

This commit is contained in:
Kalle 2022-08-20 17:01:05 +03:00
parent 806aabd4e1
commit afd6a00fa2

View File

@ -46,6 +46,7 @@ export const meta: MetaFunction = () => ({
charset: "utf-8",
title: "sendou.ink",
viewport: "width=device-width,initial-scale=1",
"theme-color": "#8263de",
});
export interface RootLoaderData {