-
Notifications
You must be signed in to change notification settings - Fork 19
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
refactor: change the github icon to the corner of the page #32
refactor: change the github icon to the corner of the page #32
Conversation
@kawanofer is attempting to deploy a commit to the Meg IT Team on Vercel. A member of the Team first needs to authorize it. |
apps/web/lib/utils.ts
Outdated
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.
remove this file from commit, it is not related to bug fix
packages/env-config/index.ts
Outdated
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.
remove this file from commit, it is not related to bug fix
apps/web/components/header.tsx
Outdated
<Link | ||
href="https://github.com/brunocroh/bolhadev.chat" | ||
target="_blank" | ||
className="absolute right-0 top-0" | ||
> | ||
<GithubCorner /> | ||
</Link> |
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.
Now this component is outside the bounds of the header, so move it outside the header, the main layout component will be a good place
Awesome, thank you mate. |
closes #31