File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,23 +234,33 @@ const currentUrl = (() => {
234234 </div >
235235
236236 <!-- Links -->
237- { officialUrl && (
238- <div class = " bg-white rounded-lg shadow-sm border border -gray-200 p-4 sm:p-8 " >
239- < h2 class = " text-lg sm:text-xl font-semibold text-gray-900 mb-3 sm:mb-4 " >Link utili</ h2 >
240- < div class = " space-y-3 " >
237+ < div class = " bg-white rounded-lg shadow-sm border border-gray-200 p-4 sm:p-8 " >
238+ <h2 class =" text-lg sm:text-xl font-semibold text -gray-900 mb-3 sm:mb-4 " >Link utili</ h2 >
239+ < div class =" space-y-3 " >
240+ { initiative . sito && (
241241 <a
242- href = { officialUrl }
242+ href = { initiative . sito }
243243 target = " _blank"
244244 rel = " noopener noreferrer"
245245 class = " inline-flex items-center text-blue-600 hover:text-blue-700 font-medium"
246246 >
247247 <LinkIcon className = " w-5 h-5 mr-2" />
248- { initiative . sito ? ' Sito web dell\ ' iniziativa' : ' Pagina ufficiale su firmereferendum.giustizia.it ' }
248+ Sito web dell'iniziativa
249249 <ArrowTopRightOnSquareIcon className = " w-4 h-4 ml-1" />
250250 </a >
251- </div >
251+ )}
252+ <a
253+ href ={ officialUrl }
254+ target =" _blank"
255+ rel =" noopener noreferrer"
256+ class =" inline-flex items-center text-blue-600 hover:text-blue-700 font-medium"
257+ >
258+ <LinkIcon className =" w-5 h-5 mr-2" />
259+ Pagina ufficiale su firmereferendum.giustizia.it
260+ <ArrowTopRightOnSquareIcon className =" w-4 h-4 ml-1" />
261+ </a >
252262 </div >
253- ) }
263+ </ div >
254264 </main >
255265
256266 <!-- Footer -->
You can’t perform that action at this time.
0 commit comments