File size: 165 Bytes
cf8b7da
 
 
1
2
3
4
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" />
);