Update
This commit is contained in:
@@ -15,7 +15,7 @@ export default function Welcome() {
|
||||
<nav className="flex items-center justify-end gap-4">
|
||||
{auth.user ? (
|
||||
<Link
|
||||
href={route('dashboard')}
|
||||
href={route(config('platform.general.authed_route_redirect'))}
|
||||
className="inline-block rounded-sm border border-[#19140035] px-5 py-1.5 text-sm leading-normal text-[#1b1b18] hover:border-[#1915014a] dark:border-[#3E3E3A] dark:text-[#EDEDEC] dark:hover:border-[#62605b]"
|
||||
>
|
||||
Dashboard
|
||||
|
||||
Reference in New Issue
Block a user