Openstatus www.openstatus.dev
at 4c0f4c00a38753a5d0dfd7e7b7b7706dec6f1503 16 lines 397 B view raw
1--- 2import { Image } from "astro:assets"; 3import logo from "../assets/icon.png"; // Image is 1600x900 4--- 5 6 7<a href="/" class="flex items-center gap-2 font-bold no-underline text-black dark:text-white text-lg font-cal"> 8 <Image 9 src={logo} 10 alt="OpenStatus" 11 height={30} 12 width={30} 13 class="rounded-full border border-border bg-transparent " 14 /> 15 openstatus 16</a>