Layout scaffolding for Web apps.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import {Link} from "@remix-run/react"
-
- export const Brand = () => (
- <Link
- to="/"
- className="block no-underline text-[1.5rem] font-bold uppercase w-8 text-center sm:text-left sm:w-auto"
- >
- B
- <span className="hidden sm:inline">
- rand
- </span>
- </Link>
- )
|