From 96b2df15b000a530fd0952aa3efec9263abf7cba Mon Sep 17 00:00:00 2001 From: kloo kloo Date: Tue, 20 May 2025 12:23:01 +0000 Subject: [PATCH] chore: add discourse social network --- modules/Platforms/Platforms.php | 5 +++++ resources/icons/social/_index.php | 1 + resources/icons/social/discourse.svg | 1 + 3 files changed, 7 insertions(+) create mode 100644 resources/icons/social/discourse.svg diff --git a/modules/Platforms/Platforms.php b/modules/Platforms/Platforms.php index 019f6847..72743d0c 100644 --- a/modules/Platforms/Platforms.php +++ b/modules/Platforms/Platforms.php @@ -274,6 +274,11 @@ class Platforms 'home_url' => 'https://discord.com/', 'submit_url' => 'https://discord.com/register', ], + 'discourse' => [ + 'label' => 'Discourse', + 'home_url' => 'https://www.discourse.org/', + 'submit_url' => null, + ], 'facebook' => [ 'label' => 'Facebook', 'home_url' => 'https://www.facebook.com/', diff --git a/resources/icons/social/_index.php b/resources/icons/social/_index.php index 571d8ab0..72ef25ca 100644 --- a/resources/icons/social/_index.php +++ b/resources/icons/social/_index.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @icon("social:bluesky") * @icon("social:discord") + * @icon("social:discourse") * @icon("social:facebook") * @icon("social:funkwhale") * @icon("social:instagram") diff --git a/resources/icons/social/discourse.svg b/resources/icons/social/discourse.svg new file mode 100644 index 00000000..b8f621c7 --- /dev/null +++ b/resources/icons/social/discourse.svg @@ -0,0 +1 @@ + \ No newline at end of file