Skip to content

Commit

Permalink
Revert "refactor(parking-map.png): minify map image and convert to webp"
Browse files Browse the repository at this point in the history
This reverts commit eeda0a9.
  • Loading branch information
Piotr Zientara committed Apr 1, 2022
1 parent da31304 commit 6288012
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/Intro.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<img class="logo-confrontjs" src="/ConfrontJS_logo_512_szara.png" alt="ConfrontJS logo" />

<div class="text-center mb-5 pb-5">
<img class="parking-img-homepage" src="/venue/parking-map.webp" alt=""/>
<img class="parking-img-homepage" src="/venue/parking-map.png" alt=""/>
<h3>In case if finding us were troublesome ask for <span class="text-custom">Kinoteka Cinema</span> in Palac Kultury! :)</h3>
<p class="cheers">✌️ 💜 see you soon! 💜 ✌️</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/venue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Venue/>
<Map/>
<div class="text-center bg-white py-5 ">
<img class="parking-img" src="/venue/parking-map.webp" alt=""/>
<img class="parking-img" src="/venue/parking-map.png" alt=""/>
<h3>In case if finding us were troublesome ask for <span class="text-custom">Kinoteka Cinema</span> in Palac Kultury! :)</h3>
</div>

Expand Down
Binary file added static/venue/parking-map.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 removed static/venue/parking-map.webp
Binary file not shown.

0 comments on commit 6288012

Please sign in to comment.