We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a887efe commit 6ddccbdCopy full SHA for 6ddccbd
1 file changed
apps/web/src/components/SiteHeader.tsx
@@ -33,7 +33,7 @@ export default function SiteHeader() {
33
<WaitlistModal open={modalOpen} onClose={() => setModalOpen(false)} />
34
35
<nav className="fixed top-0 left-0 right-0 z-40 border-b border-tc-border/50 bg-tc-darker/80 backdrop-blur-md">
36
- <div className="mx-auto flex max-w-6xl items-center justify-between px-4 py-2.5 sm:px-6 sm:py-3">
+ <div className="mx-auto flex max-w-6xl items-end justify-between px-4 py-2.5 sm:px-6 sm:py-3">
37
<a href="/" className="flex items-center gap-2">
38
<img src="/logo.svg" alt="ThreatCrush" className="h-12 w-auto sm:h-14" />
39
</a>
0 commit comments