From d741dd0a5704b6d4b7cef314e4e117716c62a114 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 11 Mar 2026 10:42:26 +0000 Subject: [PATCH] Remove hardcoded Support link for LV/LT, use dynamic country-based URL with IBAN Baltic bank payments are now supported, so all countries can use the same donation link with IBAN. The URL domain is now dynamic based on the COUNTRY env variable (e.g., donationbox.ee, donationbox.lv, donationbox.lt). https://claude.ai/code/session_01EAXJJFd2poNuymCVjFT5QR --- resources/views/footer.blade.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/resources/views/footer.blade.php b/resources/views/footer.blade.php index 20a4567..037a3fc 100644 --- a/resources/views/footer.blade.php +++ b/resources/views/footer.blade.php @@ -75,13 +75,8 @@ class="d-font transition duration-150 ease-in-out bg-white px-5 @lang("and inspired by Sheila")
- @if (env('COUNTRY') == 'ee') - - @else - - @endif