Skip to content

Commit

Permalink
Fix for crestem ong
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 authored May 15, 2023
1 parent 900c730 commit 336b2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/site/partners.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<aside class="border-b">
<div class="container flex items-center gap-4 sm:justify-end md:gap-x-8">
@if(env('APP_URL') != 'https://app.crestem.ong/')
@if(env('APP_URL') != 'https://crestem.ong')
<span class="text-sm font-medium text-gray-600">@lang('partner.banner')</span>
@endif
<div class="flex flex-wrap items-center justify-end flex-1 gap-4 py-5 lg:gap-x-6 sm:flex-initial">
Expand All @@ -12,7 +12,7 @@
rel="noopener"
class="inline-flex hover:ring-1 ring-primary focus:outline-none focus:ring-2 ring-offset-2 px-2.5 py-1.5 shrink-0"
title="{{ $partner->name }}">
@if(env('APP_URL') != 'https://app.crestem.ong/')
@if(env('APP_URL') == 'https://crestem.ong')
<img class="object-contain h-[80px]" src="{{ $partner->logo }}" alt="{{ $partner->name }}">
@else
<img class="object-contain h-12" src="{{ $partner->logo }}" alt="{{ $partner->name }}">
Expand Down

0 comments on commit 336b2ce

Please sign in to comment.