-
Notifications
You must be signed in to change notification settings - Fork 14
Adding new region flag #742
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| xmlns="http://www.w3.org/2000/svg" | ||
| {...props} | ||
| > | ||
| <g clip-path="url(#clip0_15665_475)"> |
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.
@DreaminDani these need to be camelcase
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.
Agh! Damn. We need a script for this. Sorry I'm afk for a couple more hours. Can you fix?
src/components/icons/Flags/index.tsx
Outdated
|
|
||
| const Flags = ({ name, size, ...props }: FlagProps) => { | ||
| const Component = FlagList[name]; | ||
| const Component = FlagList[name as FlagName]; |
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.
I don't think we need this type cast?
|
You must have Developer access to commit code to ClickHouse on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles |
Summary
Adding flag for new region.