First slides

This commit is contained in:
2024-04-03 18:08:02 +02:00
parent b0fd527a88
commit fb8c674f2a
13 changed files with 1944 additions and 77 deletions

View File

@@ -5,7 +5,10 @@ const { isDark } = useDarkMode()
<template>
<footer class="absolute bottom-10 right-10 p-2">
<img v-if="isDark" src="/rptu_white.svg" width="80" />
<img v-else src="/rptu_black.svg" width="80" />
<div class="flex">
<img src="/ems.svg" width="80" class="mr-8" />
<img v-if="isDark" src="/rptu_white.svg" width="80" />
<img v-else src="/rptu_black.svg" width="80" />
</div>
</footer>
</template>