style: prevent linked whitespace in footer

This commit is contained in:
Nikolas Evers 2023-09-08 18:23:18 +02:00 committed by GitHub
parent 8e5a636bb1
commit c451cf188c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ const links = [
<footer class="py-6 md:px-8 md:py-0">
<div class="container flex flex-col items-center justify-between gap-4 md:h-24 md:flex-row">
<div class="text-center text-sm leading-loose text-muted-foreground md:text-left">
<span class="text-sm">
<span class="inline-block">
Built and designed by
<a
href="https://twitter.com/shadcn"
@ -137,8 +137,8 @@ const links = [
shadcn
</a>
</span>
<span class="text-sm ml-0.5"> . </span>
<span class="text-sm ml-2">
<span class="ml-0.5"> . </span>
<span class="inline-block ml-2">
Ported to Vue by
<a
href="https://twitter.com"
@ -148,8 +148,8 @@ const links = [
Radix Vue
</a>
</span>
<span class="text-sm ml-0.5"> . </span>
<span class="text-sm ml-2">
<span class="ml-0.5"> . </span>
<span class="inline-block ml-2">
The code source is available on
<a
href="https://github.com/radix-vue/shadcn-vue"