diff --git a/app/components/home.tsx b/app/components/home.tsx
index f4204a8b7..a78418eb3 100644
--- a/app/components/home.tsx
+++ b/app/components/home.tsx
@@ -59,7 +59,7 @@ function useSwitchTheme() {
'meta[name="theme-color"]:not([media])',
);
- if (config.theme === "auto") {
+ if (config.theme === "Auto") {
metaDescriptionDark?.setAttribute("content", "#151515");
metaDescriptionLight?.setAttribute("content", "#fafafa");
} else {
diff --git a/app/components/settings.tsx b/app/components/settings.tsx
index 4645f3191..9b25adfe3 100644
--- a/app/components/settings.tsx
+++ b/app/components/settings.tsx
@@ -199,7 +199,7 @@ export function Settings(props: { closeSettings: () => void }) {
- void }) {
onClick={() => checkUpdate(true)}
/>
)}
-
+ */}