Skip to content

Commit

Permalink
task: Hide HelloBar (#37)
Browse files Browse the repository at this point in the history
Hide Hello bar
  • Loading branch information
carlosthe19916 authored Oct 16, 2023
1 parent 035b24d commit 82a3c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Header = () => {

return (
<>
<HelloBar />
{/* <HelloBar /> */}
<nav className="bg-slate-100 border-b border-gray-200">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex items-center justify-between h-16">
Expand Down

0 comments on commit 82a3c7a

Please sign in to comment.