File tree Expand file tree Collapse file tree
.vitepress/theme/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { computed , ref , onMounted , onUnmounted } from ' vue'
33import { 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
77const BANNER_EXPIRY = new Date (' 2026-03-27T00:00:00Z' )
88const BANNER_LINK = ' https://neonephos.org/events/2026_03_23_KubeCon_Europe'
Original file line number Diff line number Diff 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 ) )
You can’t perform that action at this time.
0 commit comments