-
Notifications
You must be signed in to change notification settings - Fork 50
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
Controlling the member card style using the use TextDirection hook #254
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -13,7 +13,7 @@ export default function NotFound() { | |||
<p>{t('paragraph')}</p> | |||
<Link | |||
href={LINKS.HOME} | |||
className="w-[250px] my-8 text-xs discord-btn rounded-full px-7 py-2 flex items-start justify-center gap-2 dark:hover:bg-purple-200 item-hover-transition items-center" | |||
className="w-[250px] my-8 text-xs discord-btn rounded-full px-7 py-2 flex justify-center gap-2 dark:hover:bg-purple-200 item-hover-transition items-center" |
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.
Removing redundant class to clear problem from the the terminal
This PR was merge into PR #250 |
Generally, this would be the better solution, but for this case where the direction should be the same regardless of the language, in my opinion, it's a bit overkill. |
Why does the 'direction should be the same regardless of the language' ??? |
I guess you can say it, I was thinking that it should be displayed like this because of the figma (which as you mentioned doesn't specify the English version). |
You can see the Preview in the visit preview from #250. I merged all the code to one PR |
No description provided.