Skip to content

Commit

Permalink
οΈπŸŽ€πŸ’  ↝ [SGV2-10 SGV2-15]: Removing more feed overlay components
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Apr 18, 2024
1 parent 14a7b05 commit 5f81448
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
17 changes: 1 addition & 16 deletions components/_Core/Section/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,21 +122,6 @@ export const LayoutNoNav: React.FC<DashboardLayoutProps> = ({ children }) => {
</div>
</div>
</main>
<div className="mb-10"><div>
{!showFeedOverlay && (
<button
onClick={handleOpenFeedOverlay}
className="fixed bottom-2 left-1/2 transform -translate-x-1/2 mt-4 px-4 py-20 my-20 text-white rounded z-10"
>
<a className="inline-flex overflow-hidden text-white rounded group">
<img src='/Galaxy/Kepler-22.png' height='100' width='100' />
</a>
</button>
)}
</div>{showGalaxy && (
<Garden onClose={() => setShowGalaxy(false)} />)}
</div>
)
</div>
</div>
);
};
8 changes: 5 additions & 3 deletions pages/tests/bento.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { BentoGridThirdDemo } from "../../components/Content/Visuals/Bento";

export default function BentoTestPage() {
return (
<BentoGridThirdDemo />
)
}
<div className="mt-8">
<BentoGridThirdDemo />
</div>
);
};

0 comments on commit 5f81448

Please sign in to comment.