Skip to content

Commit

Permalink
update images and image styling
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Oct 25, 2024
1 parent 867ecd8 commit 789f920
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified src/public/images/configuration/purchase1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/images/configuration/purchase1.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/vue-components/Image.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-col items-center">
<div class="flex flex-col items-center drop-shadow-2xl">
<div v-if="enableZoom">
<img :src="src" data-zoomable />
<TipComponent>Click the image for a closer look!</TipComponent>
Expand Down

0 comments on commit 789f920

Please sign in to comment.