File tree Expand file tree Collapse file tree
apps/web/src/components/editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,16 +231,14 @@ function exportCurrentTheme() {
231231 class="flex-1"
232232 >
233233 {{ item.title }}
234- <template v-if =" ! themeOptions .some (option => option .value === item .name )" >
235- <Edit3
236- v-show =" cssContentConfig .active === item .name " class="inline size-4 rounded-full p-0.5 transition-color hover:bg-gray-200 dark:hover :bg-gray-600 "
237- @click =" rename (item .name )"
238- />
239- <X
240- v-show =" cssContentConfig .active === item .name " class="inline size-4 rounded-full p-0.5 transition-color hover:bg-gray-200 dark:hover :bg-gray-600 "
241- @click .self =" removeHandler (item .name )"
242- />
243- </template >
234+ <Edit3
235+ v-show =" cssContentConfig .active === item .name " class="inline size-4 rounded-full p-0.5 transition-color hover:bg-gray-200 dark:hover :bg-gray-600 "
236+ @click =" rename (item .name )"
237+ />
238+ <X
239+ v-show =" cssContentConfig .active === item .name " class="inline size-4 rounded-full p-0.5 transition-color hover:bg-gray-200 dark:hover :bg-gray-600 "
240+ @click .self =" removeHandler (item .name )"
241+ />
244242 </TabsTrigger >
245243 <TabsTrigger value="add">
246244 <Plus class="h-5 w-5" />
You can’t perform that action at this time.
0 commit comments