Skip to content

Commit

Permalink
Updated title attribute of span element from '/profile' to 'Nothing'
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmn7 committed Aug 7, 2024
1 parent 2128d73 commit 2535a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default function Home() {
Personal Website
</span>
<span
title="/profile"
title="Nothing"
className="xs:w-[220px] mt-1 w-[175px] truncate text-ellipsis whitespace-nowrap text-[14px] text-zinc-700 sm:w-[275px] md:w-[340px] lg:w-[400px]"
>
About me.
Expand Down

0 comments on commit 2535a85

Please sign in to comment.