Commit 4f12dce1 authored by Victor Friboulet's avatar Victor Friboulet
Browse files

:fix: restauration of a commented link

parent b5fbd8dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ class="block text-sm text-white">{{ session('user')->US_FIRST_NAME . " " . sessi
                    </div>
                    <ul class="py-2" aria-labelledby="user-menu-button">
                        <li>
                             <a  href="{{--{{route('divings')}}--}}#" class="block px-4 py-2 text-sm hover:bg-gray-600 text-gray-200 hover:text-white">Historique de mes plongées</a> 
                             <a  href="{{route('divings')}}" class="block px-4 py-2 text-sm hover:bg-gray-600 text-gray-200 hover:text-white">Historique de mes plongées</a> 
                        </li>
                        <li>
                            <a href="{{ route('logout') }}"