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>
|
</div>
|
||||||
@stack('modals')
|
@stack('modals')
|
||||||
@livewireScripts
|
@livewireScripts
|
||||||
<!-- ProductLift SDK - Include it only once -->
|
|
||||||
<script defer src="https://bitcoin.productlift.dev/widgets_sdk"></script>
|
|
||||||
<x-comments::scripts/>
|
<x-comments::scripts/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -61,8 +61,6 @@
|
|||||||
</div>
|
</div>
|
||||||
@stack('modals')
|
@stack('modals')
|
||||||
@livewireScripts
|
@livewireScripts
|
||||||
<!-- ProductLift SDK - Include it only once -->
|
|
||||||
<script defer src="https://bitcoin.productlift.dev/widgets_sdk"></script>
|
|
||||||
<x-comments::scripts/>
|
<x-comments::scripts/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -29,14 +29,14 @@
|
|||||||
</p>
|
</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">
|
<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>
|
<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">
|
class="px-4 text-gray-500 hover:text-white">
|
||||||
<i class="fa fab fa-github mr-1"></i>
|
<i class="fa fab fa-github mr-1"></i>
|
||||||
{{ __('Github') }}
|
{{ __('Github') }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<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">
|
class="px-4 text-gray-500 hover:text-white">
|
||||||
<i class="fa fa-thin fa-thought-bubble mr-1"></i>
|
<i class="fa fa-thin fa-thought-bubble mr-1"></i>
|
||||||
{{ __('Wish List/Feedback') }}
|
{{ __('Wish List/Feedback') }}
|
||||||
@@ -49,13 +49,6 @@
|
|||||||
{{ __('Translate (:lang :percent%)', ['lang' => $language->name ? $language->name : $language->language, 'percent' => $percentTranslated]) }}
|
{{ __('Translate (:lang :percent%)', ['lang' => $language->name ? $language->name : $language->language, 'percent' => $percentTranslated]) }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</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">FAQ's</a></li>--}}
|
||||||
{{-- <li><a href="#_" class="px-4 text-gray-500 hover:text-white">Terms</a></li>--}}
|
{{-- <li><a href="#_" class="px-4 text-gray-500 hover:text-white">Terms</a></li>--}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user