Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryMedium Risk Overview Updates the blog Written by Cursor Bugbot for commit e663ba5. This will update automatically on new commits. Configure here. |
Greptile SummaryThis PR fixes two blog rendering issues: it adds
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Blog Post Page\n(Server Component)"] --> B["CodeBlock\nlib/blog/code.tsx"]
B -- "'use client' boundary\n(NEW)" --> C["Code.Viewer\n@/components/emcn\n'use client'"]
A --> D["ShareButton\nshare-button.tsx\n'use client'"]
D --> E["DropdownMenuItem: Copy link\n+ Copy icon (NEW)"]
D --> F["DropdownMenuItem: Share on X\n+ XIcon (NEW)"]
D --> G["DropdownMenuItem: Share on LinkedIn\n+ LinkedInIcon (NEW)"]
Reviews (1): Last reviewed commit: "Fix blog not loading" | Re-trigger Greptile |
Summary
Fix multiplayer blog rendering issues. Also added back icons for linkedin and twitter.
Type of Change
Testing
Checklist
Screenshots/Videos