Skip to content

Commit b963c12

Browse files
committed
Revert banner images to .png (files under size threshold)
1 parent 739b1fb commit b963c12

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vitepress/theme/components/Banner.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script setup lang="ts">
22
import { computed, ref, onMounted, onUnmounted } from 'vue'
33
import { useRoute } from 'vitepress'
4-
import banner from '../assets/banner.webp'
5-
import bannerMobile from '../assets/banner-mobile.webp'
4+
import banner from '../assets/banner.png'
5+
import bannerMobile from '../assets/banner-mobile.png'
66
77
const BANNER_EXPIRY = new Date('2026-03-27T00:00:00Z')
88
const BANNER_LINK = 'https://neonephos.org/events/2026_03_23_KubeCon_Europe'

website/community/hackathons/2026-05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outline: 2
1313
- 🎤 **Review Meeting Summary:** https://gardener.cloud/community/review-meetings/2026-reviews/#_2026-05-13-hack-the-garden-wrap-up
1414

1515
<div style="display: flex; justify-content: center; gap: 20px; margin: 24px 0;">
16-
<img src="./images/2026-05_1.png" style="width: 49%; max-width: 100%;" />
16+
<img src="./images/2026-05_1.webp" style="width: 49%; max-width: 100%;" />
1717
<img src="./images/2026-05_2.jpg" style="width: 49%; max-width: 100%;" />
1818
</div>
1919
## 🌱 Complete the `ManagedSeedSet` Implementation ([#52](https://github.com/gardener/hackathon/issues/52))

0 commit comments

Comments
 (0)