We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d917de commit a9038d3Copy full SHA for a9038d3
app/models/better_together/social_media_account.rb
@@ -7,7 +7,7 @@ class SocialMediaAccount < ApplicationRecord # rubocop:todo Style/Documentation
7
belongs_to :contact_detail, class_name: 'BetterTogether::ContactDetail', touch: true
8
9
# Enumerations for platforms
10
- PLATFORMS = %w[Facebook Instagram X LinkedIn YouTube TikTok Reddit What'sApp].freeze
+ PLATFORMS = %w[Facebook Instagram LinkedIn YouTube TikTok Reddit What'sApp].freeze
11
12
URL_TEMPLATES = {
13
'Facebook' => 'https://www.facebook.com/%<handle>s',
0 commit comments