Formatted some files

This commit is contained in:
gbuomprisco
2024-12-09 13:27:19 +08:00
parent f667f2c7b5
commit be16bf70d5
6 changed files with 12 additions and 13 deletions

View File

@@ -148,7 +148,7 @@ export function PersonalAccountDropdown({
<DropdownMenuItem asChild>
<Link
className={'s-full flex items-center space-x-2 cursor-pointer'}
className={'s-full flex cursor-pointer items-center space-x-2'}
href={paths.home}
>
<Home className={'h-5'} />
@@ -162,7 +162,10 @@ export function PersonalAccountDropdown({
<DropdownMenuSeparator />
<DropdownMenuItem asChild>
<Link className={'s-full flex items-center space-x-2 cursor-pointer'} href={'/docs'}>
<Link
className={'s-full flex cursor-pointer items-center space-x-2'}
href={'/docs'}
>
<MessageCircleQuestion className={'h-5'} />
<span>
@@ -176,7 +179,7 @@ export function PersonalAccountDropdown({
<DropdownMenuItem asChild>
<Link
className={'s-full flex items-center space-x-2 cursor-pointer'}
className={'s-full flex cursor-pointer items-center space-x-2'}
href={'/admin'}
>
<Shield className={'h-5'} />