From 7e279ff7c2f667d888a375f462a229d9275ecc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 10 May 2024 10:32:04 +0200 Subject: [PATCH] Add Telegram Forums to panel --- src/pages/index.tsx | 11 +++++++++++ static/img/homepage/telegram-single-path-240px.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 static/img/homepage/telegram-single-path-240px.svg diff --git a/src/pages/index.tsx b/src/pages/index.tsx index af0421a7..f6f4437d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -87,6 +87,17 @@ const SocialCards: SocialCardProps[] = [ /> ), }, + { + color: "bg-[#24A1DE]", + link: "https://t.me/+hmKN0xOR73ExOTU6", + children: ( + telegram + ), + }, ]; function Home() { diff --git a/static/img/homepage/telegram-single-path-240px.svg b/static/img/homepage/telegram-single-path-240px.svg new file mode 100644 index 00000000..7880d035 --- /dev/null +++ b/static/img/homepage/telegram-single-path-240px.svg @@ -0,0 +1 @@ + \ No newline at end of file