mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-26 05:23:19 +00:00
🗑️ Remove unused postcss.config.js and streamline sidebar navigation with updated Blade components
✨ Add `:currentRoute` prop bindings and update Tailwind configuration for enhanced theme customization
This commit is contained in:
@@ -60,13 +60,9 @@ new class extends Component {
|
||||
|
||||
<!-- Links -->
|
||||
<div class="space-y-8">
|
||||
{{--@include('components.layouts.navigation.meetups')--}}
|
||||
@include('components.layouts.navigation.association')
|
||||
{{--@include('components.layouts.navigation.events')
|
||||
@include('components.layouts.navigation.courses')
|
||||
@include('components.layouts.navigation.nostr')
|
||||
@include('components.layouts.navigation.legacy')--}}
|
||||
@include('components.layouts.navigation.admin')
|
||||
@dd($currentRoute)
|
||||
<x-layouts.navigation.association :currentRoute="$currentRoute"/>
|
||||
<x-layouts.navigation.admin :currentRoute="$currentRoute"/>
|
||||
</div>
|
||||
|
||||
<!-- Expand / collapse button -->
|
||||
Reference in New Issue
Block a user