starter首页

This commit is contained in:
tangly1024.com
2024-02-22 17:10:13 +08:00
parent 1d03e32bdd
commit f39f067a0a
24 changed files with 812 additions and 864 deletions

View File

@@ -5,23 +5,23 @@ export const MadeWithButton = () => {
<a
target="_blank"
rel="nofollow noopener noreferrer"
class="fixed bottom-8 left-4 z-[999] inline-flex items-center gap-[10px] rounded-lg bg-white px-[14px] py-2 shadow-2 dark:bg-dark-2 sm:left-9"
className="fixed bottom-8 left-4 z-[999] inline-flex items-center gap-[10px] rounded-lg bg-white px-[14px] py-2 shadow-2 dark:bg-dark-2 sm:left-9"
href="https://tailgrids.com/"
>
<span class="text-base font-medium text-dark-3 dark:text-dark-6">
<span className="text-base font-medium text-dark-3 dark:text-dark-6">
Made with
</span>
<span class="block h-4 w-px bg-stroke dark:bg-dark-3"></span>
<span class="block w-full max-w-[88px]">
<span className="block h-4 w-px bg-stroke dark:bg-dark-3"></span>
<span className="block w-full max-w-[88px]">
<img
src="/images/starter/brands/tailgrids.svg"
alt="tailgrids"
class="dark:hidden"
className="dark:hidden"
/>
<img
src="/images/starter/brands/tailgrids-white.svg"
alt="tailgrids"
class="hidden dark:block"
className="hidden dark:block"
/>
</span>
</a>