This repository was archived by the owner on May 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Convert home page to Tailwind #30
Labels
good first issue
Good for newcomers
Comments
I began working on this today.
You can see those commits below. |
Ok a few things:
type Props = {
children: ReactNode
}
function MyComp({ children }: Props) {
<div>
{ children }
</div>
} |
@ryanfurrer hold on this for now, looking to implement a completely update design. |
Can do. I would be happy to jump back in or help implement the redesign if my schedule allows it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lots of OG CSS in the global styles file.
The text was updated successfully, but these errors were encountered: