Skip to content

Commit

Permalink
feat:community banner
Browse files Browse the repository at this point in the history
  • Loading branch information
zleypner committed Dec 15, 2024
1 parent d20ed30 commit 68346be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/community-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ export function CommunityBanner({
<div className="bg-[#387479] rounded-[30px] relative pl-[180px] pr-6 py-4 min-h-[90px] flex items-start justify-between w-[98%]">
{/* Perfect circular icon container */}
<div className="absolute left-[78px] top-1/2 -translate-y-1/2 h-[90px] w-[90px]">
<div className="bg-[#232931] w-full h-full rounded-full flex items-center justify-center">
<Globe2 className="h-6 w-6 text-white" />
<div className="bg-[#232931] w-full h-full rounded-full flex items-center justify-center relative">
{/* Adjusted Globe2 icon size and position */}
<Globe2 className="h-[30px] w-[30px] text-white absolute right-3 -top-[1px]" />
</div>
</div>

Expand Down

0 comments on commit 68346be

Please sign in to comment.