Skip to content

Commit 410139d

Browse files
authored
Merge pull request #2325 from codeeu/dev
Community Hub feedback implementation
2 parents dcf9c89 + 5a99878 commit 410139d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

resources/views/community.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,16 @@ class="codeweek-svg-button">
126126
{{-- Display this section only if a country is selected and has specific content --}}
127127
@php
128128
$country = app('request')->input('country_iso');
129-
$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'];
129+
$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'];
130130
@endphp
131131

132132
@if(in_array($country, $supportedCountries))
133133
<section class="community_type_section">
134134
<div class="community_type">
135135
<div class="text">
136136
{{-- Dynamically construct the language keys based on country code --}}
137-
<h2 class="subtitle">@lang("community.hub_{$country}")</h2>
138-
<br/><h3>@lang("community.hub_level_{$country}")</h3>
137+
<h2 class="subtitle">@lang("community.hub_level_{$country}")</h2>
138+
<br/><h3><b>@lang("community.hub_{$country}")</b></h3>
139139
<p>@lang("community.hub_desc_{$country}")</p>
140140
</div>
141141
<div class="image">

0 commit comments

Comments
 (0)