feat: update branding in Base.vue with new emulatorjs logo and text

This commit is contained in:
zurdi
2025-12-20 23:40:39 +00:00
parent 7ab3564b6b
commit 8a686bef84

View File

@@ -551,10 +551,10 @@ function openCacheDialog() {
<v-row class="mb-8" no-gutters>
<v-col class="text-right align-center">
<span class="text-medium-emphasis text-caption font-italic mr-2"
>Powered by</span
>Powered by emulatorjs</span
>
<v-avatar size="50" rounded="0">
<v-img src="/assets/emulatorjs/emulatorjs.svg" />
<v-img src="/assets/emulatorjs/emulatorjs-logotype.svg" />
</v-avatar>
</v-col>
</v-row>