feat: update routing and navigation for system pages, enhance back to home button styles
This commit is contained in:
@@ -25,7 +25,7 @@ export function Maintenance(props: MaintenanceProps) {
|
||||
<div className="mt-8 flex justify-center gap-3">
|
||||
<a
|
||||
href="/"
|
||||
className="rounded-md bg-brand-900 px-5 py-2.5 text-sm font-medium text-white hover:bg-brand-800"
|
||||
className="rounded-md bg-brand-500 px-5 py-2.5 text-sm font-medium text-white hover:bg-brand-400"
|
||||
>
|
||||
Back to Home
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user