We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c8b67 commit 9cb6428Copy full SHA for 9cb6428
src/components/navigation/Footer.tsx
@@ -5,7 +5,7 @@ import Logo from "@/assets/images/brand/logo-200x200.webp";
5
const Footer = () => {
6
return (
7
<footer className="flex items-center justify-center text-primary-contrast">
8
- <div className="flex flex-col w-full gap-4 p-8 border-2 max-w-7xl rounded-t-md bg-primary bg-dots from-primary-light border-primary-light">
+ <div className="flex flex-col w-full gap-4 p-8 border-2 max-w-7xl rounded-t-md bg-primary image-dots from-primary-light border-primary-light">
9
<div className="flex flex-col items-center gap-2 p-2 rounded-md bg-white/20 sm:flex-row">
10
<div className="flex items-center gap-2">
11
<img
0 commit comments