Uh oh!
There was an error while loading. Please reload this page.
fix: download button icon - #6395
Conversation
Signed-off-by: heygsc <1596920983@qq.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I'm not fan of this icon we should use same icon as download page. import{CloudArrowDownIcon}from'@heroicons/react/24/outline'; |
Signed-off-by: heygsc <1596920983@qq.com>
heygsc
commented
Mar 2, 2024
It makes sense. |
Lighthouse Results
|
AugustinMauroy
left a comment
There was a problem hiding this comment.
SGTM ! Thanks for your first contribution 🎉
heygsc
commented
Mar 2, 2024
Thank you! |
FYI if you add "closes #6392" to the PR description it will show up as a relevant PR in the issue itself and automatically close the issue when the PR is merged. (Prevents confusion like this: #6392 (comment).) |
ovflowd
commented
Mar 2, 2024
FYI, can we swap the icon to before the text? For the arrow, it made sense to be on the right, not for this icon anymore. |
uncenter
commented
Mar 2, 2024
I kinda think on the right makes sense? |
ovflowd
commented
Mar 2, 2024
Why so? (Out of curiosity) |
Okay, I didn't carefully check the issue before, but now it has been added to the description. |
To the right, is it to point to the "download" text? |
uncenter
commented
Mar 2, 2024
ovflowd
commented
Mar 2, 2024
ovflowd
commented
Mar 2, 2024
shanpriyan
left a comment
There was a problem hiding this comment.
LGTM! Thanks for the PR 🌟




Description
Before the download button, it was pointed to the right, but changed to downward, which is in line with the meaning of downloading.
Validation
Related Issues
fix: #6392
Check List
npx turbo lintto ensure the code follows the style guide. And runnpx turbo lint:fixto fix the style errors if necessary.npx turbo formatto ensure the code follows the style guide.npx turbo testto check if all tests are passing.