añadido crd para Song y transladada la logica de /gallery a un controller
This commit is contained in:
@@ -40,6 +40,12 @@ export default function Authenticated({
|
||||
>
|
||||
Gallery
|
||||
</NavLink>
|
||||
<NavLink
|
||||
href={route('canciones')}
|
||||
active={route().current('canciones')}
|
||||
>
|
||||
Canciones
|
||||
</NavLink>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -137,6 +143,18 @@ export default function Authenticated({
|
||||
>
|
||||
Dashboard
|
||||
</ResponsiveNavLink>
|
||||
<ResponsiveNavLink
|
||||
href={route('gallery')}
|
||||
active={route().current('gallery')}
|
||||
>
|
||||
Gallery
|
||||
</ResponsiveNavLink>
|
||||
<ResponsiveNavLink
|
||||
href={route('canciones')}
|
||||
active={route().current('canciones')}
|
||||
>
|
||||
Canciones
|
||||
</ResponsiveNavLink>
|
||||
</div>
|
||||
|
||||
<div className="border-t border-gray-200 pb-1 pt-4 dark:border-gray-600">
|
||||
|
||||
Reference in New Issue
Block a user