Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/apps/web/src/components/Layout/Public/Topbar.tsx
Original file line number Diff line number Diff line change
@@ -113,7 +113,8 @@ const Topbar = ({
<div className="dark:border-b-polar-800 dark:bg-polar-950 sticky top-0 z-50 flex w-full flex-col items-center justify-start border-b border-b-gray-100 bg-white py-4">
<div className="flex w-full max-w-7xl flex-col items-stretch justify-between gap-y-4 px-2 md:flex-row md:items-center">
<div className="flex flex-row items-center gap-x-4 md:gap-x-12">
<a href="https://polar.sh">
{/* Do not make this a Link, it breaks the Framer site proxy */}
<a href="/">
<LogoIcon className="text-blue-500 dark:text-blue-400" size={42} />
</a>
<div className="flex flex-row items-center gap-4">

0 comments on commit 5c92fe9

Please sign in to comment.