feat: update routing and navigation for system pages, enhance back to home button styles
This commit is contained in:
@@ -31,7 +31,7 @@ export function NotFound(props: NotFoundProps) {
|
||||
{showActionsHome && (
|
||||
<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