add changelog link

This commit is contained in:
Benjamin Takats
2022-12-23 15:12:45 +01:00
parent 613ac30692
commit abf5a5bb6a
3 changed files with 11 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>