Skip to content

Commit

Permalink
Make project icon rounded
Browse files Browse the repository at this point in the history
Add rounded corners to the project icon located in the top left corner of the header component.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Feb 2, 2025
1 parent 2edccb1 commit bee2ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Header = () => {
<img
src="/lovable-uploads/a28acd56-9e34-4a9e-90f3-e42bcbca4c51.png"
alt="OwnTube.tv Logo"
className="h-12 w-12"
className="h-12 w-12 rounded-lg"
/>
<span className="text-2xl font-bold text-owntube-orange">OwnTube.tv</span>
</Link>
Expand Down Expand Up @@ -46,4 +46,4 @@ const Header = () => {
);
};

export default Header;
export default Header;

0 comments on commit bee2ecd

Please sign in to comment.