Skip to content

Commit 52d2232

Browse files
committed
Revert "sticky header test"
This reverts commit 5aac50a.
1 parent 5aac50a commit 52d2232

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>https://pythonessprogrammer.com</link>
66
<description>Thoughts on technology, accessibility, and the human experience.</description>
77
<language>en</language>
8-
<lastBuildDate>Wed, 14 Jan 2026 18:22:12 GMT</lastBuildDate>
8+
<lastBuildDate>Thu, 11 Dec 2025 18:41:15 GMT</lastBuildDate>
99
<atom:link href="https://pythonessprogrammer.com/feed.xml" rel="self" type="application/rss+xml" />
1010

1111
<item>

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function Header() {
2222
return (
2323
<>
2424
<header
25-
className="h-20 px-4 md:px-6 bg-brand-purple-dark/95 backdrop-blur-sm sticky top-0 w-full z-50"
25+
className="h-20 px-4 md:px-6 bg-brand-purple-dark/95 backdrop-blur-sm fixed w-full z-50"
2626
role="banner"
2727
>
2828
<nav

0 commit comments

Comments
 (0)