From 974ce49287bc93a4342e9949c8ba4ade74fabebe Mon Sep 17 00:00:00 2001 From: payme Date: Fri, 8 Nov 2024 15:16:40 +0000 Subject: [PATCH] Changes to Community Hub --- resources/views/community.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/community.blade.php b/resources/views/community.blade.php index 6a463078d..61397ed08 100755 --- a/resources/views/community.blade.php +++ b/resources/views/community.blade.php @@ -126,7 +126,7 @@ class="codeweek-svg-button"> {{-- Display this section only if a country is selected and has specific content --}} @php $country = app('request')->input('country_iso'); - $supportedCountries = ['GR', 'CY', 'MT', 'IT', 'BG', 'TR', 'UA','PL','IE','FR','LU','NL','BE','SK','CZ','NO','IS','FI','SE','PT','ES','LV','LT','HR','SI','DE','AT','CH','RO','MD']; + $supportedCountries = ['GR', 'CY', 'MT', 'IT', 'BG', 'TR', 'UA','PL','IE','FR','LU','NL','BE','SK','CZ','NO','IS','FI','SE','PT','ES','LV','LT','HR','SI','DE','AT','CH','RO','MD','DK']; @endphp @if(in_array($country, $supportedCountries)) @@ -134,8 +134,8 @@ class="codeweek-svg-button">
{{-- Dynamically construct the language keys based on country code --}} -

@lang("community.hub_{$country}")

-

@lang("community.hub_level_{$country}")

+

@lang("community.hub_level_{$country}")

+

@lang("community.hub_{$country}")

@lang("community.hub_desc_{$country}")