diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index 1ae0ee1..8a7d3c0 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -1,11 +1,5 @@ # Attributions -## [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/legalcode) - -- Journal icon: [journal by Loki Ba from the Noun Project](https://thenounproject.com/search/?q=journal&i=202662) -- Recipes icon: [meal by Vectorstall from the Noun Project](https://thenounproject.com/vectorstall/collection/gastronomy-set-line-glyphs/?i=2764279) -- Foods icon: [Food by Adrien Coquet from the Noun Project](https://thenounproject.com/search/?q=food&i=1749565) - ## [Logodust license](https://logodust.com/license.html) - App logo: [cook.svg](https://www.dropbox.com/s/ieul67s2keh5r7r/cook.svg?raw=1) by [Logodust](https://logodust.com/) diff --git a/resources/views/components/responsive-nav-link.blade.php b/resources/views/components/responsive-nav-link.blade.php deleted file mode 100644 index 02bb527..0000000 --- a/resources/views/components/responsive-nav-link.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -@props(['active']) - -@php -$classes = ($active ?? false) - ? 'block pl-3 pr-4 py-2 border-l-4 border-indigo-400 text-base font-medium text-indigo-700 bg-indigo-50 focus:outline-none focus:text-indigo-800 focus:bg-indigo-100 focus:border-indigo-700 transition duration-150 ease-in-out' - : 'block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out'; -@endphp - -merge(['class' => $classes]) }}> - {{ $slot }} - diff --git a/resources/views/layouts/navigation.blade.php b/resources/views/layouts/navigation.blade.php index 229c0e6..1afffbe 100644 --- a/resources/views/layouts/navigation.blade.php +++ b/resources/views/layouts/navigation.blade.php @@ -5,38 +5,13 @@