Skip to content

Commit

Permalink
fix condition for crestem ong
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 authored May 15, 2023
1 parent 5f1db10 commit 683bb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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://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 Down

0 comments on commit 683bb84

Please sign in to comment.