aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui-new/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui-new/src/pages')
-rw-r--r--packages/ui-new/src/pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui-new/src/pages/index.tsx b/packages/ui-new/src/pages/index.tsx
index 180cf0c..2b3c2b2 100644
--- a/packages/ui-new/src/pages/index.tsx
+++ b/packages/ui-new/src/pages/index.tsx
@@ -70,7 +70,7 @@ export function IndexPage() {
<img
src={settingsStore.settings.customBackgroundPath}
alt="Background"
- className="absolute inset-0 w-full h-full object-cover transition-transform duration-[20s] ease-linear hover:scale-105"
+ className="absolute inset-0 w-full h-full object-cover transition-transform duration-[20s] ease-linear"
onError={(e) => console.error("Failed to load main background:", e)}
/>
)}