mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
cursor pointer for actions section
This commit is contained in:
@@ -58,7 +58,7 @@ export const ProfileSection: React.FC = () => {
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent className="w-56" align="start" side="top">
|
||||
<DropdownMenuItem asChild>
|
||||
<Link href="/profile">
|
||||
<Link className="cursor-pointer" href="/profile">
|
||||
<div className="relative flex flex-1 items-center gap-2">
|
||||
<LaIcon name="CircleUser" />
|
||||
<span className="line-clamp-1 flex-1">My profile</span>
|
||||
@@ -67,7 +67,7 @@ export const ProfileSection: React.FC = () => {
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem asChild>
|
||||
<Link href="/onboarding">
|
||||
<Link className="cursor-pointer" href="/onboarding">
|
||||
<div className="relative flex flex-1 items-center gap-2">
|
||||
<LaIcon name="LayoutList" />
|
||||
<span className="line-clamp-1 flex-1">Onboarding</span>
|
||||
@@ -77,7 +77,7 @@ export const ProfileSection: React.FC = () => {
|
||||
<DropdownMenuSeparator />
|
||||
|
||||
<DropdownMenuItem asChild>
|
||||
<Link href="https://docs.learn-anything.xyz/">
|
||||
<Link className="cursor-pointer" href="https://docs.learn-anything.xyz/">
|
||||
<div className="relative flex flex-1 items-center gap-2">
|
||||
<LaIcon name="Sticker" />
|
||||
<span className="line-clamp-1 flex-1">Docs</span>
|
||||
@@ -87,7 +87,7 @@ export const ProfileSection: React.FC = () => {
|
||||
<DropdownMenuSeparator />
|
||||
|
||||
<DropdownMenuItem asChild>
|
||||
<Link href="https://github.com/learn-anything">
|
||||
<Link className="cursor-pointer" href="https://github.com/learn-anything">
|
||||
<div className="relative flex flex-1 items-center gap-2">
|
||||
<LaIcon name="Github" />
|
||||
<span className="line-clamp-1 flex-1">GitHub</span>
|
||||
@@ -97,7 +97,7 @@ export const ProfileSection: React.FC = () => {
|
||||
<DropdownMenuSeparator />
|
||||
|
||||
<DropdownMenuItem onClick={() => signOut()}>
|
||||
<div className="relative flex flex-1 items-center gap-2">
|
||||
<div className="relative flex flex-1 cursor-pointer items-center gap-2">
|
||||
<LaIcon name="LogOut" />
|
||||
<span className="line-clamp-1 flex-1">Log out</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user