First slides
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user