We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dd862 commit 6956be9Copy full SHA for 6956be9
1 file changed
app/components/PhotoItem.vue
@@ -86,7 +86,9 @@ function deletePhoto(id: string) {
86
>
87
<div class="flex lt-md:mb-2 md:flex-col lt-md:justify-between">
88
<div>
89
- <h3> {{ photo.title }}</h3>
+ <h2 class="text-xl">
90
+ {{ photo.title }}
91
+ </h2>
92
<p class="text-sm text-muted-foreground">
93
{{ photo.caption }}
94
</p>
0 commit comments