File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed
resources/components/Dashboard
storage/framework/ide/vscode Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 93
93
</li>
94
94
95
95
<li>
96
+ <!-- Current: "bg-gray-50 text-blue-600", Default: "text-gray-700 hover:text-blue-600 hover:bg-gray-50" -->
96
97
<RouterLink
97
- to="/library "
98
+ to="/emails "
98
99
class="sidebar-links"
99
100
>
100
- <div class="i-heroicons-building-library text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" />
101
- <span class="truncate">Library</span>
101
+ <!-- <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-lg border text-[0.625rem] font-medium bg-white text-gray-400 border-gray-200 dark:border-gray-600 group-hover:border-blue-600 group-hover:text-blue-600">U</span> -->
102
+ <div class="i-heroicons-at-symbol text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" />
103
+ <span class="truncate">Emails</span>
102
104
</RouterLink>
103
105
</li>
104
106
105
107
<li>
106
108
<RouterLink
107
- to="/environment "
109
+ to="/library "
108
110
class="sidebar-links"
109
111
>
110
- <div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" />
111
- <span class="truncate">Secrets </span>
112
+ <div class="i-heroicons-building-library text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" />
113
+ <span class="truncate">Library </span>
112
114
</RouterLink>
113
115
</li>
114
116
121
123
<span class="truncate">Config</span>
122
124
</RouterLink>
123
125
</li>
126
+
127
+ <li>
128
+ <RouterLink
129
+ to="/environment"
130
+ class="sidebar-links"
131
+ >
132
+ <div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" />
133
+ <span class="truncate">Secrets</span>
134
+ </RouterLink>
135
+ </li>
124
136
</ul>
125
137
</li>
126
138
Original file line number Diff line number Diff line change 43
43
" streetsidesoftware.code-spell-checker" ,
44
44
" davidanson.vscode-markdownlint" ,
45
45
" antfu.unocss" ,
46
- " alefragnani.Bookmarks" ,
47
46
" christian-kohler.npm-intellisense" ,
48
47
" wmaurer.vscode-jumpy" ,
49
- " Gruntfuggly.todo-tree" ,
50
48
" IBM.output-colorizer" ,
51
49
" cossssmin.posthtml" ,
52
50
" mattpocock.ts-error-translator" ,
You can’t perform that action at this time.
0 commit comments