-
Notifications
You must be signed in to change notification settings - Fork 619
feat: add ecosystem URL display in header #5248
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 ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @joaquim-verges and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5248 +/- ##
==========================================
+ Coverage 45.31% 45.43% +0.11%
==========================================
Files 1068 1067 -1
Lines 55461 55435 -26
Branches 3989 4010 +21
==========================================
+ Hits 25132 25185 +53
+ Misses 29637 29559 -78
+ Partials 692 691 -1
*This pull request uses carry forward flags. Click here to find out more. |
2461f81 to
bd10ebf
Compare
size-limit report 📦
|

Problem solved
Fixes CNCT-2149
PR-Codex overview
This PR focuses on enhancing the layout of the
ecosystem-header.client.tsxcomponent by restructuring the HTML elements for better organization and adding a link to the ecosystem's site.Detailed summary
divclass fromflex items-center gap-1toflex flex-col gap-1.divwith the classflex items-center gap-1.divwith a link to the ecosystem's site, using thehrefattribute to construct the URL dynamically.