]> _ Git - ccv-email.git/commitdiff
Add English slogan. Wait #4836 @0.25
authorStephen Cameron <stephen@cubedesigners.com>
Fri, 4 Feb 2022 10:19:41 +0000 (11:19 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Fri, 4 Feb 2022 10:19:41 +0000 (11:19 +0100)
public/assets/CCV_slogan_en.png [new file with mode: 0644]
resources/views/shared/email-header.blade.php

diff --git a/public/assets/CCV_slogan_en.png b/public/assets/CCV_slogan_en.png
new file mode 100644 (file)
index 0000000..5f5da45
Binary files /dev/null and b/public/assets/CCV_slogan_en.png differ
index 650a2ff599a43745b42965934a5d8ad2e2aa519c..a759a3bca9c29efbf0315f54d989757db3d0fba9 100644 (file)
@@ -6,7 +6,12 @@
                 <img src="{{ url('assets/CCV_logo.png') }}" alt="CCV Montpellier" width="200" style="max-width:200px;width:100%;height:auto;" />
             </a>
             <x-spacer height="32px" />
-            <img src="{{ url('assets/CCV_slogan.png') }}" alt="Trouvons ensemble la solution chirurgicale à votre problème de dos" width="540" style="max-width:540px;width:100%;height:auto;" />
+
+            @if (app()->getLocale() === 'en')
+                <img src="{{ url('assets/CCV_slogan_en.png') }}" alt="Let's find a surgical solution to your back problem" width="390" style="max-width:390px;width:100%;height:auto;" />
+            @else
+                <img src="{{ url('assets/CCV_slogan.png') }}" alt="Trouvons ensemble la solution chirurgicale à votre problème de dos" width="540" style="max-width:540px;width:100%;height:auto;" />
+            @endif
             <br><br>
 
             <x-divider />