Skip to content

Commit

Permalink
blog hidden in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Oct 23, 2023
1 parent b241e3b commit ae8d91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Sidebar = () => (
<div>
<Menu />
</div>
<News />
{process.env.NEXT_PUBLIC_VERCEL_ENV === 'development' && <News />}
<MapSettings />
<Place />
<Helper
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/desktop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const DesktopLayout = () => {
)}
<Link
href="/"
className="w-[220px]h-[90px]pointer-events-auto absolute top-0 left-0 z-50 cursor-pointer print:hidden"
className="pointer-events-auto absolute top-0 left-0 z-50 h-[90px] w-[220px] cursor-pointer print:hidden"
data-testid="desktop-logo-link"
>
<Image
Expand Down

1 comment on commit ae8d91e

@vercel
Copy link

@vercel vercel bot commented on ae8d91e Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.