Skip to content

Commit 6956be9

Browse files
committed
feat: ui improve
1 parent 90dd862 commit 6956be9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/components/PhotoItem.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ function deletePhoto(id: string) {
8686
>
8787
<div class="flex lt-md:mb-2 md:flex-col lt-md:justify-between">
8888
<div>
89-
<h3> {{ photo.title }}</h3>
89+
<h2 class="text-xl">
90+
{{ photo.title }}
91+
</h2>
9092
<p class="text-sm text-muted-foreground">
9193
{{ photo.caption }}
9294
</p>

0 commit comments

Comments
 (0)