File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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">→</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 ( )
You can’t perform that action at this time.
0 commit comments