Commit 69c5c18 1 parent 9604db6 commit 69c5c18 Copy full SHA for 69c5c18
File tree 1 file changed +3
-0
lines changed
src/component-library/Pages/Layout
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export const AccountDropdown = forwardRef(function AccountDropdown
34
34
"text-right"
35
35
) }
36
36
href = "/accountsettings"
37
+ prefetch = { false }
37
38
>
38
39
< HiCog className = "text-3xl text-gray-600 dark:text-gray-100 shrink-0" />
39
40
< span >
@@ -58,6 +59,7 @@ export const AccountDropdown = forwardRef(function AccountDropdown
58
59
) }
59
60
key = { index }
60
61
href = "/switchaccount"
62
+ prefetch = { false }
61
63
>
62
64
< HiSwitchHorizontal className = "text-2xl dark:text-gray-100 shrink-0" />
63
65
< span >
@@ -78,6 +80,7 @@ export const AccountDropdown = forwardRef(function AccountDropdown
78
80
"w-64 sm:w-96"
79
81
) }
80
82
href = "/api/auth/logout"
83
+ prefetch = { false }
81
84
>
82
85
< b > Logout</ b > < HiLogout className = "text-3xl shrink-0" />
83
86
</ Link >
You can’t perform that action at this time.
0 commit comments