Skip to content

Commit

Permalink
refactor: header
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhrifat committed Nov 9, 2023
1 parent 21d37cc commit d97a3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Home = async () => {
const categories = await getCategory();
return (
<div className="container mx-auto pt-10 max-sm:px-5">
<header className="max-sm:hidden">
<header>
<Header />
</header>
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-2 pt-10">
Expand Down

0 comments on commit d97a3b1

Please sign in to comment.