Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardconstantin committed May 20, 2024
2 parents a5bf023 + 647ffe8 commit e4cba8e
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 296 deletions.
2 changes: 1 addition & 1 deletion components/Cookie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Cookie: FC = () => {
return (
<>
<button
className="w-fit self-center md:absolute bg-white p-2 rounded-2xl md:bottom-1 md:left-1"
className="w-fit self-center md:fixed bg-white p-2 rounded-2xl md:bottom-1 md:left-1"
type="button"
onClick={CookieConsent.showPreferences}
>
Expand Down

0 comments on commit e4cba8e

Please sign in to comment.