mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
footer changed
This commit is contained in:
@@ -63,8 +63,6 @@
|
||||
</div>
|
||||
@stack('modals')
|
||||
@livewireScripts
|
||||
<!-- ProductLift SDK - Include it only once -->
|
||||
<script defer src="https://bitcoin.productlift.dev/widgets_sdk"></script>
|
||||
<x-comments::scripts/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -61,8 +61,6 @@
|
||||
</div>
|
||||
@stack('modals')
|
||||
@livewireScripts
|
||||
<!-- ProductLift SDK - Include it only once -->
|
||||
<script defer src="https://bitcoin.productlift.dev/widgets_sdk"></script>
|
||||
<x-comments::scripts/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -29,14 +29,14 @@
|
||||
</p>
|
||||
<ul class="flex flex-col space-y-2 sm:space-y-0 sm:flex-row justify-center pb-3 -ml-4 -mr-4 text-sm">
|
||||
<li>
|
||||
<a href="https://github.com/affektde/einundzwanzig-bitcoin-school" target="_blank"
|
||||
<a href="https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal" target="_blank"
|
||||
class="px-4 text-gray-500 hover:text-white">
|
||||
<i class="fa fab fa-github mr-1"></i>
|
||||
{{ __('Github') }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://bitcoin.productlift.dev/t/wunschzettel" target="_blank"
|
||||
<a href="https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal/discussions" target="_blank"
|
||||
class="px-4 text-gray-500 hover:text-white">
|
||||
<i class="fa fa-thin fa-thought-bubble mr-1"></i>
|
||||
{{ __('Wish List/Feedback') }}
|
||||
@@ -49,13 +49,6 @@
|
||||
{{ __('Translate (:lang :percent%)', ['lang' => $language->name ? $language->name : $language->language, 'percent' => $percentTranslated]) }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a data-productlift-sidebar="c7a0077f-a870-4023-b202-9395b17d6870"
|
||||
class="px-4 text-gray-500 hover:text-white cursor-pointer">
|
||||
<i class="fa fa-thin fa-code mr-1"></i>
|
||||
{{ __('Changelog') }}
|
||||
</a>
|
||||
</li>
|
||||
{{-- <li><a href="#_" class="px-4 text-gray-500 hover:text-white">FAQ's</a></li>--}}
|
||||
{{-- <li><a href="#_" class="px-4 text-gray-500 hover:text-white">Terms</a></li>--}}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user