-
Notifications
You must be signed in to change notification settings - Fork 619
Update metadata for explore page #5522
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. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5522 +/- ##
=======================================
Coverage 46.18% 46.18%
=======================================
Files 1083 1083
Lines 58683 58683
Branches 3936 3936
=======================================
Hits 27105 27105
Misses 30895 30895
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more. |
Merge activity
|
809bfef to
530e978
Compare
DASH-474 <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the metadata for the `Explore` page in the dashboard application. It modifies the `title` and `description` to better reflect the content of the page, specifically focusing on Ethereum smart contract templates for web3 developers. ### Detailed summary - Added a new `title`: "List of smart contracts for EVM Developers". - Added a new `description`: "A list of Ethereum smart contract templates for web3 developers, including the most popular evm smart contracts for dapps, NFTs and more." - Updated the `metadata` object to use the new `title` and `description`. - Updated the `openGraph` object to use the new `title` and `description`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
03d5676 to
cedd9c8
Compare

DASH-474
PR-Codex overview
This PR focuses on updating the metadata for the
Explorepage in the dashboard to provide a more relevant title and description for users looking for Ethereum smart contract templates.Detailed summary
title: "List of smart contracts for EVM Developers".description: "A list of Ethereum smart contract templates for web3 developers, including the most popular evm smart contracts for dapps, NFTs and more."metadataobject with the newtitleanddescription.openGraphobject with the newtitleanddescription.