diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index 2762bbb9..eb0fd9e6 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -383,6 +383,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://www.tsacdop.app/', 'submit_url' => '', ], + [ + 'slug' => 'youtube-music', + 'type' => 'podcasting', + 'label' => 'YouTube Music', + 'home_url' => 'https://www.youtube.com/creators/podcasts/', + 'submit_url' => 'https://studio.youtube.com/channel/content/podcasts', + ], ]; $fundingData = [ @@ -571,10 +578,17 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://slack.com/', 'submit_url' => 'https://slack.com/get-started#/create', ], + [ + 'slug' => 'threads', + 'type' => 'social', + 'label' => 'Threads', + 'home_url' => 'https://www.threads.net/', + 'submit_url' => 'https://www.threads.net/login', + ], [ 'slug' => 'tiktok', 'type' => 'social', - 'label' => 'Tiktok', + 'label' => 'TikTok', 'home_url' => 'https://www.tiktok.com/', 'submit_url' => 'https://www.tiktok.com/signup', ], diff --git a/app/Resources/icons/podcasting/youtube-music.svg b/app/Resources/icons/podcasting/youtube-music.svg new file mode 100755 index 00000000..d8dc6a17 --- /dev/null +++ b/app/Resources/icons/podcasting/youtube-music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/Resources/icons/social/threads.svg b/app/Resources/icons/social/threads.svg new file mode 100644 index 00000000..dd499a6f --- /dev/null +++ b/app/Resources/icons/social/threads.svg @@ -0,0 +1 @@ + \ No newline at end of file