Skip to content

Commit

Permalink
update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
deeepak-panwar committed Feb 26, 2024
1 parent b33791c commit 0b99d18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion publishable/assets/js/welcome.js

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions resources/js/welcome/components/BannerSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@
<div class="d-flex justify-content-center mt-2">
<div v-if="demo_mode">
<div class="px-2">
<a class="btn btn-secondary" target="_blank" href="https://classiebit.com/eventmie"><i class="fas fa-cloud-download-alt"></i> Download FREE </a>
<a class="btn btn-success" target="_blank" href="https://classiebit.com/eventmie-pro"><i class="fas fa-shopping-cart"></i> Purchase PRO </a>

<a class="btn btn-secondary" target="_blank" href="https://classiebit.com/eventmie"><i class="fas fa-cloud-download-alt"></i> Download FREE </a>&nbsp;&nbsp;&nbsp;&nbsp;
<a class="btn btn-success text-white" target="_blank" href="https://classiebit.com/eventmie-pro"><i class="fas fa-shopping-cart"></i> Purchase PRO </a>
</div>
<div class="px-2 py-2">
<a class="btn btn-primary" target="_blank" href="https://eventmie-pro-docs.classiebit.com/docs/2.0/changelog/changes"><i class="fas fa-book"></i> See What's New v2.0</a>
</div>
</div>
<div v-else>
<a class="btn btn-primary bg-gradient text-white" :href="getRoute('eventmie.events_index')"><i class="fas fa-calendar-day"></i> {{ trans('em.browse') }} {{ trans('em.events') }}</a>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class="fas fa-bars-staggered"></i>
</ul>

@if(config('voyager.demo_mode'))
<a class="btn btn-success d-none d-lg-block" target="_blank" href="https://github.com/classiebit/eventmie"><i class="fab fa-github col-black"></i></a>
<a class="btn btn-success d-none d-lg-block me-2" target="_blank" href="https://github.com/classiebit/eventmie"><i class="fab fa-github col-black"></i></a>
@endif

<a href="{{ route('eventmie.events_index') }}"
Expand Down

0 comments on commit 0b99d18

Please sign in to comment.