chore(ui): add lucide script to web layout to render icons
This commit is contained in:
@@ -26,6 +26,12 @@
|
||||
<body class="font-sans">
|
||||
{{ $slot ?? '' }}
|
||||
@yield('content')
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<script>
|
||||
if (window.lucide) {
|
||||
window.lucide.createIcons();
|
||||
}
|
||||
</script>
|
||||
@stack('scripts')
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user