From 004f804045cd8e884361bb4318109fbdd7afc9a8 Mon Sep 17 00:00:00 2001 From: "Guy Martin (Dwev)" Date: Fri, 12 Apr 2024 10:26:54 +0000 Subject: [PATCH] feat(platforms): add telegram to socials --- app/Database/Seeds/PlatformSeeder.php | 7 +++++++ app/Resources/icons/social/telegram.svg | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 app/Resources/icons/social/telegram.svg diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index d9c398df..49d6c79b 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -592,6 +592,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://slack.com/', 'submit_url' => 'https://slack.com/get-started#/create', ], + [ + 'slug' => 'telegram', + 'type' => 'social', + 'label' => 'Telegram', + 'home_url' => 'https://www.telegram.org/', + 'submit_url' => '', + ], [ 'slug' => 'threads', 'type' => 'social', diff --git a/app/Resources/icons/social/telegram.svg b/app/Resources/icons/social/telegram.svg new file mode 100644 index 00000000..3fa6cb61 --- /dev/null +++ b/app/Resources/icons/social/telegram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file