diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 046c996..d0dac40 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -23,45 +23,51 @@ export default function BlogPage() { secondaryButtonStyle="radial-glow" headingFontWeight="semibold" > - +
- {isLoading ? ( -
-

Loading posts...

-
- ) : ( - - )} +
+ {isLoading ? ( +
+

Loading posts...

+
+ ) : ( + + )} +
- {} }, { label: "GitHub", href: "https://github.com/yourclub", onClick: () => {} }] }, - ]} - logoText="CodeWave" - /> + ); }