fix titles

This commit is contained in:
2026-02-04 17:24:32 +00:00
parent a6279e5c21
commit 80efbaa7f6
2 changed files with 2 additions and 6 deletions

View File

@@ -38,11 +38,7 @@ onUnmounted(() => {
<template>
<Transition name="fade" mode="out-in">
<div
class="image-viewer text-center"
@click="nextImage"
:key="currentIndex"
>
<div class="image-viewer" @click="nextImage" :key="currentIndex">
<Header v-if="currentComment">
{{ currentComment }}
</Header>

View File

@@ -1,6 +1,6 @@
<template>
<div class="w-full border-b border-primary">
<h1>
<h1 class="pl-2 m-0">
<slot />
</h1>
</div>