Skip to content

Commit

Permalink
fix: update header icon to improve visual consistency
Browse files Browse the repository at this point in the history
Replace email icon with dots triangle icon for better alignment with overall design theme.
  • Loading branch information
ccbikai committed Oct 1, 2024
1 parent 4946329 commit 2850b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Footer() {
<span
className="flex items-center justify-center w-8 h-8 text-white bg-gray-900 rounded-full"
>
<span className="w-6 h-6 icon-[mdi--email-outline]"></span>
<span className="w-6 h-6 icon-[mdi--dots-triangle]"></span>
</span>
<span className="mx-2">
DNS
Expand Down

0 comments on commit 2850b4d

Please sign in to comment.