Skip to content

Commit

Permalink
fix for header icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnasirulhaque committed Apr 7, 2024
1 parent f410425 commit 82a06d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blocks/HeaderTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function HeaderTags() {
}, []);

return (
<section className="md:w-1/2 w-full max-w-md text-black absolute left-0 top-0 z-10 gap-2 items-center max-h-full overflow-y-hidden">
<section className="md:visible invisible md:w-1/2 w-full max-w-md text-black absolute left-0 top-0 z-10 gap-2 items-center max-h-full overflow-y-hidden">
{HeaderTagsContent.tags.map((tag, idx) => (
<h3
key={idx}
Expand Down

0 comments on commit 82a06d3

Please sign in to comment.