Skip to content

Commit

Permalink
fix: analytics page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jul 16, 2023
1 parent 7a6d6c4 commit f23594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/s/[id]/analytics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ useSeoMeta({
<NuxtImg preload height="135px" width="auto" densities="x1 x2 x3" src="/images/logo.webp" />
</div>

<h1 v-if="survey" text-xl font-bold>
<h1 v-if="survey" mt8 text-xl font-bold>
Responses for {{ survey.title }}
</h1>
</div>
Expand Down

0 comments on commit f23594f

Please sign in to comment.