Thanks to visit codestin.com Credit goes to github.com
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 acfa447 commit 84bae66Copy full SHA for 84bae66
src/components/HomePageFeed.tsx
@@ -309,7 +309,7 @@ function HomePageSideNavBar() {
309
<>
310
<nav
311
aria-label="Sidebar"
312
- className="sticky top-24 divide-y divide-gray-300"
+ className="sticky top-20 divide-y divide-gray-300"
313
>
314
<div className="pb-8 space-y-1">
315
{session && (
@@ -462,7 +462,7 @@ function HomePageAside({ goalId }: { goalId: string }) {
462
463
return (
464
465
- <div className="sticky top-24 space-y-4">
+ <div className="sticky top-20 space-y-4">
466
{Boolean(goalId) && (
467
<section
468
aria-labelledby="trending-heading"
0 commit comments