This commit is contained in:
2026-02-28 03:34:51 +01:00
parent ff395680eb
commit 8891ae0475

View File

@@ -42,7 +42,7 @@ function RootLayout() {
<Outlet /> <Outlet />
<button <button
onClick={() => setShowAbout(true)} onClick={() => setShowAbout(true)}
className="fixed bottom-4 right-4 z-40 px-3 py-1.5 rounded-xl bg-slate-800 hover:bg-slate-700 active:bg-slate-900 border border-slate-700/60 text-xs font-medium text-slate-400 hover:text-slate-200 transition-colors shadow-lg" className="fixed bottom-8 right-8 z-40 px-5 py-3 rounded-xl bg-indigo-500 hover:bg-indigo-400 active:bg-indigo-600 text-sm font-semibold text-white transition-colors shadow-lg shadow-indigo-500/40"
> >
About About
</button> </button>