-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat(blog): add visible RSS feed #6350
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 Git ↗︎
|
|
@AugustinMauroy thanks for working on this. while I agree it matches what the figma shows
|
|
Lighthouse Results
|
|
FYI I've fixed on |
ovflowd
left a comment
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.
Besides my last comment, LGTM! ✨
Description
Adding icon + link to category page of blog
Validation
it's should be same as figma design
Related Issues
Related to #5477
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.