File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/components/app/settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 <div class =" absolute top-0 left-0 z-20 m-5" >
77 <img src =" ../../../assets/dots.png" tabindex =" 2" @focusout =" showImageSettings = false" v-on:click =" showImageSettings = !showImageSettings " class =" outline-none cursor-pointer h-3" >
88 <div v-if =" showImageSettings" class =" z-30 mt-4" >
9- <h1 class =" text-red-500 font-bold text-center bg-white-matcha px-4 py-2 cursor-pointer rounded-md" v-on:click =" deleteImage(image.id)" >Delete</h1 >
10- <h1 class =" text-green-500 font-bold text-center bg-white-matcha px-4 py-2 mt-2 cursor-pointer rounded-md" v-if =" !image.is_primary" v-on:click =" makePrimaryImage(image.id)" >Make primary</h1 >
9+ <h1 class =" text-red-500 text-center bg-white-matcha px-4 py-2 cursor-pointer rounded-md" v-on:click =" deleteImage(image.id)" >Delete</h1 >
10+ <h1 class =" text-green-500 text-center bg-white-matcha px-4 py-2 mt-2 cursor-pointer rounded-md" v-if =" !image.is_primary" v-on:click =" makePrimaryImage(image.id)" >Make primary</h1 >
1111 </div >
1212 </div >
1313 </div >
You can’t perform that action at this time.
0 commit comments