-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from jonassiewertsen/patch-1
Update navigation.blade.php
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<router-link tag="h3" :to="{name: 'settings-tool'}" class="cursor-pointer flex items-center font-normal dim text-white mb-6 text-base no-underline"> | ||
<svg class="sidebar-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="var(--sidebar-icon)" d="M7,2.6V2c0-1.1,0.9-2,2-2h2c1.1,0,2,0.9,2,2v0.6c0.7,0.3,1.3,0.7,1.9,1.1l0.5-0.3c1-0.6,2.2-0.2,2.7,0.7c0,0,0,0,0,0l1,1.7 c0.6,1,0.2,2.2-0.7,2.7l-0.5,0.3c0.1,0.7,0.1,1.5,0,2.2l0.5,0.3c0.9,0.6,1.3,1.8,0.7,2.7l-1,1.7c-0.6,1-1.8,1.3-2.7,0.7l-0.5-0.3 c-0.6,0.5-1.2,0.8-1.9,1.1V18c0,1.1-0.9,2-2,2H9c-1.1,0-2-0.9-2-2v-0.6c-0.7-0.3-1.3-0.7-1.9-1.1l-0.5,0.3c-1,0.6-2.2,0.2-2.7-0.7 c0,0,0,0,0,0l-1-1.7c-0.6-1-0.2-2.2,0.7-2.7l0.5-0.3C2,10.4,2,9.6,2.1,8.9L1.6,8.6C0.6,8,0.3,6.8,0.8,5.9l1-1.7 c0.6-1,1.8-1.3,2.7-0.7l0.5,0.3C5.7,3.2,6.3,2.9,7,2.6L7,2.6z M5.9,5.6L5.3,6.1l-1.8-1l-1,1.7l1.8,1L4.2,8.6c-0.2,0.9-0.2,1.9,0,2.8 l0.2,0.7l-1.8,1l1,1.7l1.8-1l0.5,0.5c0.7,0.6,1.5,1.1,2.4,1.4L9,16v2h2v-2l0.7-0.2c0.9-0.3,1.7-0.8,2.4-1.4l0.5-0.5l1.8,1l1-1.7 l-1.8-1l0.2-0.7c0.2-0.9,0.2-1.9,0-2.8l-0.2-0.7l1.8-1l-1-1.7l-1.8,1l-0.5-0.5c-0.7-0.6-1.5-1.1-2.4-1.4L11,4V2H9v2L8.3,4.2 C7.4,4.5,6.6,5,5.9,5.6z M10,14c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S12.2,14,10,14z M10,12c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2 S8.9,12,10,12z"/></svg> | ||
<span class="sidebar-label"> | ||
{{ __(config('app.settings.navigation', 'Settings')) }} | ||
{{ __(config('settings.navigation', 'Settings')) }} | ||
</span> | ||
</router-link> |