Skip to content

Commit 793f345

Browse files
committed
replace p with div
1 parent 3d8b04b commit 793f345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MyApp/wwwroot/pages/Admin.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default {
8383
<dd class="mt-1 text-3xl font-semibold tracking-tight text-gray-900">{{formatNumber(stat.total)}}</dd>
8484
</div>
8585
</dl>
86-
<p class="mt-8 text-sm font-semibold leading-6">
86+
<div class="mt-8 text-sm font-semibold leading-6">
8787
<div class="flex gap-x-2">
8888
<div class="mr-2">Go to <span aria-hidden="true">&rarr;</span></div>
8989
<a href="/locode/" class="text-indigo-600">Locode</a>
@@ -92,7 +92,7 @@ export default {
9292
<svg class="h-5 w-5 flex-shrink-0 text-gray-300" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true"><path d="M5.555 17.776l8-16 .894.448-8 16-.894-.448z"></path></svg>
9393
<a href="/ui/" class="text-indigo-600">API Explorer</a>
9494
</div>
95-
</p>
95+
</div>
9696
</div>`,
9797
setup() {
9898
const client = useClient()

0 commit comments

Comments
 (0)