From d9c0250391b4bd332b2c1d7a8be48aacdb282ee7 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Tue, 20 Aug 2024 19:29:54 +0200 Subject: [PATCH] =?UTF-8?q?web=5Fapp/src/components/Coffee.tsx=20gel=C3=B6?= =?UTF-8?q?scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_app/src/components/Coffee.tsx | 35 ------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 web_app/src/components/Coffee.tsx diff --git a/web_app/src/components/Coffee.tsx b/web_app/src/components/Coffee.tsx deleted file mode 100644 index c674f54..0000000 --- a/web_app/src/components/Coffee.tsx +++ /dev/null @@ -1,35 +0,0 @@ -import { Coffee as CoffeeIcon } from "lucide-react" -import { Dialog, DialogContent, DialogTitle, DialogTrigger } from "./ui/dialog" -import { IconButton } from "./ui/button" -import { DialogDescription } from "@radix-ui/react-dialog" -import Kofi from "@/assets/kofi_button_black.png" - -export function Coffee() { - return ( - - - - - - - - Buy me a coffee - - Hi, if you found my project is useful, please conside buy me a coffee - to support my work. Thanks! - -
- - - -
-
-
- ) -} - -export default Coffee