Skip to content

Commit

Permalink
removing warnig (#424)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Grato <[email protected]>
  • Loading branch information
nickgrato and Nick Grato authored Nov 9, 2023
1 parent 301278c commit b95dc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/layouts/SidePanelLayout/SidePanelLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const SidePanelLayout = ({

return (
<>
<div className="flex-justify-center mt-20 px-20">
{/* <div className="flex-justify-center mt-20 px-20">
<div className={styles.warning}>
<Warning
title="Be Advised"
Expand All @@ -38,7 +38,7 @@ const SidePanelLayout = ({
}}
/>
</div>
</div>
</div> */}
<section className={styles.layout_wrapper}>
{children}
{/* SIDE PANEL WIDGET */}
Expand Down

0 comments on commit b95dc11

Please sign in to comment.