mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add changelog link
This commit is contained in:
@@ -98,5 +98,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@stack('modals')
|
@stack('modals')
|
||||||
@livewireScripts
|
@livewireScripts
|
||||||
|
<!-- ProductLift SDK - Include it only once -->
|
||||||
|
<script defer src="https://bitcoin.productlift.dev/widgets_sdk"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -80,5 +80,7 @@
|
|||||||
{{ $slot }}
|
{{ $slot }}
|
||||||
@stack('modals')
|
@stack('modals')
|
||||||
@livewireScripts
|
@livewireScripts
|
||||||
|
<!-- ProductLift SDK - Include it only once -->
|
||||||
|
<script defer src="https://bitcoin.productlift.dev/widgets_sdk"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -45,6 +45,13 @@
|
|||||||
{{ __('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