Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Change shape of editing/create application
Browse files Browse the repository at this point in the history
  • Loading branch information
darling committed Nov 17, 2023
1 parent 6d4cd9d commit e1ac258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/settings/applications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
autocomplete="off"
placeholder="Enter the application's name..."
/>
<label for="app-icon"><span class="label__title">Icon</span> </label>
<div>
<label v-if="editingId" for="app-icon"><span class="label__title">Icon</span> </label>
<div v-if="editingId">
<div>
<img v-if="icon" :src="icon" alt="App icon" />
<div v-else class="placeholder-icon">
Expand Down

0 comments on commit e1ac258

Please sign in to comment.