File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,12 @@ const generateRadialGradient = (input: string) =>
225225 {{ makeShortTitle(project.name) }}
226226 </span >
227227
228- {{ project.name }}
228+ <div class =" layout-sidebar__dropdown-item-text" >
229+ <span class =" layout-sidebar__dropdown-item-text-key" >
230+ {{ project.key }}
231+ </span >
232+ {{ project.name }}
233+ </div >
229234 </button >
230235 </div >
231236
@@ -349,7 +354,16 @@ const generateRadialGradient = (input: string) =>
349354 @apply text-2xs font-semibold uppercase ;
350355 @apply h-6 md :h- 8 w- 7 md:w- 8 rounded- lg;
351356 @apply flex items-center justify-center relative flex-shrink- 0;
352- @apply text-white dark :text- black;
357+ @apply text-white dark :text- black self- start;
358+ }
359+
360+ .layout-sidebar__dropdown-item-text {
361+ @apply flex flex-col ;
362+ }
363+
364+ .layout-sidebar__dropdown-item-text-key {
365+ @apply text-2xs uppercase font-normal -mt- 0.5 ;
366+ @apply text-gray-600 dark :text- gray- 400;
353367}
354368
355369.layout-sidebar__dropdown {
You can’t perform that action at this time.
0 commit comments