Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Dec 17, 2023
2 parents fae7ef0 + 0979fdd commit 5f18f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigational/aside/Aside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default async function Aside() {
<div className="flex flex-col items-end">
<Link
href={`/dashboard/user/${profile?.handle}`}
className="font-semibold max-w-[7rem] truncate text-neutral-700 hover:text-neutral-600"
className="font-semibold max-w-[7rem] truncate text-neutral-700 hover:text-neutral-500"
>
{profile?.displayName ?? profile?.handle}
</Link>
Expand Down

0 comments on commit 5f18f1a

Please sign in to comment.