diff --git a/resources/views/livewire/frontend/footer.blade.php b/resources/views/livewire/frontend/footer.blade.php index d2f9a680..77080ab6 100644 --- a/resources/views/livewire/frontend/footer.blade.php +++ b/resources/views/livewire/frontend/footer.blade.php @@ -1,7 +1,7 @@
- + diff --git a/resources/views/livewire/meetup/landing-page.blade.php b/resources/views/livewire/meetup/landing-page.blade.php index 13148f2b..4ae94f47 100644 --- a/resources/views/livewire/meetup/landing-page.blade.php +++ b/resources/views/livewire/meetup/landing-page.blade.php @@ -13,7 +13,10 @@
{{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }} - + {{ __('Link') }} @@ -102,6 +105,13 @@ >
+ +
+ + + {{ __('Back') }} + +
{{-- FOOTER --}}