lifetracker/apps/web/components/DemoModeBanner.tsx

8 lines
171 B
TypeScript

export default function DemoModeBanner() {
return (
<div className="h-min w-full rounded bg-yellow-100 px-4 py-2 text-center text-black">
YO
</div>
);
}