Skip to content
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: gitify logo icon #1275

Merged
merged 7 commits into from
Jun 19, 2024
Merged

refactor: gitify logo icon #1275

merged 7 commits into from
Jun 19, 2024

Conversation

setchy
Copy link
Member

@setchy setchy commented Jun 19, 2024

No description provided.

@setchy setchy added this to the Release 5.10.0 milestone Jun 19, 2024
@setchy setchy added the refactor Refactoring of existing feature label Jun 19, 2024
src/routes/Login.tsx Outdated Show resolved Hide resolved
@setchy setchy requested a review from afonsojramos June 19, 2024 22:10
@afonsojramos afonsojramos merged commit da0e94f into main Jun 19, 2024
6 of 7 checks passed
@afonsojramos afonsojramos deleted the refactor/logo-icon branch June 19, 2024 23:52
<svg
className={className}
className={cn(
size === 'small' ? 'size-5' : size === 'medium' ? 'size-10' : 'size-16',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm new to this clsx package

What's your thoughts on

size === 'small' && 'size-5', size === 'medium' && 'size-10', size === 'large' && 'size-16'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants