Skip to content

Commit

Permalink
Add CookieConsentBanner to Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWritingCow committed May 21, 2024
1 parent d49291f commit a45f2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const Footer = () => (
</li>
</ul>
</nav>

<CookieConsentBanner />
</footer>
</div>
);
Expand Down

0 comments on commit a45f2e3

Please sign in to comment.