initial pass at media page

This commit is contained in:
Cory Dransfeldt 2022-06-07 12:30:17 -07:00
parent 5ac22dff6c
commit 84d56cbeaa
11 changed files with 1224 additions and 58 deletions

View file

@ -29,7 +29,7 @@ const LayoutWrapper = ({ children }: Props) => {
<Link
key={link.title}
href={link.href}
className="focus:shadow-outline-blue sm:border-r-1 inline border border-transparent bg-primary-600 px-4 py-3 text-sm font-medium leading-5 text-white shadow transition-colors duration-150 hover:bg-primary-700 focus:outline-none dark:hover:bg-primary-500 sm:grow sm:border-y-0 sm:border-l-0 sm:border-primary-900 sm:text-center"
className="focus:shadow-outline-blue sm:border-r-1 inline border border-transparent bg-primary-600 px-4 py-3 text-sm font-bold leading-5 text-white shadow transition-colors duration-150 hover:bg-primary-700 focus:outline-none dark:hover:bg-primary-500 sm:grow sm:border-y-0 sm:border-l-0 sm:border-primary-900 sm:text-center"
>
{link.title}
</Link>