Reverted to edit edt-ac485f97-7774-4a29-9d0a-ec4295ecbab8: "Configure Supabase environment variables

Sets Supabase URL and anon key using environment variables."
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 06:42:32 +00:00
parent 36160b545a
commit 6cda809697
9 changed files with 86 additions and 533 deletions

View File

@@ -2,16 +2,12 @@
import React from 'react';
import { Bell } from 'lucide-react';
interface HeaderProps {
title?: string;
}
const Header: React.FC<HeaderProps> = ({ title }) => {
const Header: React.FC = () => {
return (
<header className="py-8">
<div className="flex justify-between items-center">
<div>
<h1 className="text-2xl font-bold neuro-text">{title || '반갑습니다'}</h1>
<h1 className="text-2xl font-bold neuro-text"></h1>
<p className="text-gray-500"> </p>
</div>
<button className="neuro-flat p-2.5 rounded-full">