Esteves Enzo
init
cf8b7da
raw
history blame
165 Bytes
export const Footer = () => (
<footer className="fixed bottom-0 w-full left-0 h-[100px] bg-gradient-to-b from-transparent to-black z-20 pointer-events-none" />
);