-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add header #4
Add header #4
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
import { auth, signIn, signOut } from "@acme/auth"; | ||
import { Button } from "@acme/ui/button"; | ||
|
||
const sharedClasses = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: I think this is a tailwind antipattern.
I'm unsure if lsp and formatting will handle this correctly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The shared classes? I agree 100%, I think this was me experimenting with Co-pilot and wanted it to improve my code but it rather made an anti-pattern, can be changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, close if you are satisfied
Weirdly enough, auth isn't working in the preview build. I've validated that it works in the preview of other PRs though, e.g. #3 preview
|
No description provided.