Skip to content

Commit 4a3a1a6

Browse files
sschleindriesvints
authored andcommitted
change flare banners to light versions for ab test (#454)
1 parent db16ca8 commit 4a3a1a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/layouts/_ads/_footer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
rel="noopener noreferrer"
55
>
66
<!-- Show the banner on bigger displays. -->
7-
<img class="hidden md:block my-4 mx-auto w-full" style="max-width:1200px" src="/images/flare-desktop-dark.svg">
7+
<img class="hidden md:block my-4 mx-auto w-full" style="max-width:1200px" src="/images/flare-desktop.svg">
88
<!-- Show the square on mobile. -->
9-
<img class="md:hidden my-4 mx-auto w-full" style="max-width:300px" src="/images/flare-mobile-dark.svg">
9+
<img class="md:hidden my-4 mx-auto w-full" style="max-width:300px" src="/images/flare-mobile.svg">
1010
</a>

resources/views/layouts/_ads/_forum_sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
target="_blank"
44
rel="noopener noreferrer"
55
>
6-
<img class="my-4 mx-auto w-full" style="max-width:300px" src="/images/flare-mobile-dark.svg">
6+
<img class="my-4 mx-auto w-full" style="max-width:300px" src="/images/flare-mobile.svg">
77
</a>

0 commit comments

Comments
 (0)