Start window Onboarding1
This commit is contained in:
@@ -75,7 +75,7 @@ function DropdownProfile({
|
||||
<li>
|
||||
<Link
|
||||
className="font-medium text-sm text-indigo-500 hover:text-indigo-600 flex items-center py-1 px-3"
|
||||
to="/"
|
||||
to="/dashboard"
|
||||
onClick={() => setDropdownOpen(!dropdownOpen)}
|
||||
>
|
||||
Settings
|
||||
@@ -84,7 +84,7 @@ function DropdownProfile({
|
||||
<li>
|
||||
<Link
|
||||
className="font-medium text-sm text-indigo-500 hover:text-indigo-600 flex items-center py-1 px-3"
|
||||
to="/"
|
||||
to="/dashboard"
|
||||
onClick={() => setDropdownOpen(!dropdownOpen)}
|
||||
>
|
||||
Sign Out
|
||||
|
||||
Reference in New Issue
Block a user