diff --git a/.replit b/.replit index a45f89c..a930cc6 100644 --- a/.replit +++ b/.replit @@ -22,6 +22,10 @@ externalPort = 3001 localPort = 43349 externalPort = 3000 +[[ports]] +localPort = 46059 +externalPort = 3002 + [env] PORT = "5000" diff --git a/attached_assets/스크린샷 2025-09-30 오전 2.17.17_1759166245449.png b/attached_assets/스크린샷 2025-09-30 오전 2.17.17_1759166245449.png new file mode 100644 index 0000000..d1e6ae5 Binary files /dev/null and b/attached_assets/스크린샷 2025-09-30 오전 2.17.17_1759166245449.png differ diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 235fd5c..c58e43b 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -1,4 +1,3 @@ -import { Button } from "@/components/ui/button"; import { Facebook, Twitter } from "lucide-react"; import logoBlack from "@assets/logo_black_1759165229646.png"; @@ -20,67 +19,18 @@ export default function Footer() { return (