Closed kemuru closed 1 week ago
The changes involve updates to the ITEMS
array in the DappList
component located in DappList.tsx
. The specific modification is to the entry for "Proof of Humanity," where the text
property was changed from "POH V1" to "POH V2," and the url
property was updated from "https://app.proofofhumanity.id" to "https://v2.proofofhumanity.id." No other changes were made to the component's logic or structure.
File | Change Summary |
---|---|
web/src/layout/Header/navbar/DappList.tsx | Updated "Proof of Humanity" entry: changed text from "POH V1" to "POH V2" and url from "https://app.proofofhumanity.id" to "https://v2.proofofhumanity.id". |
In the land of code where rabbits play,
A change was made, hip-hip-hooray!
"POH V2" hops with a brand new link,
To a brighter future, letβs all rethink!
With every update, we leap and bound,
In the world of tech, joy can be found! πβ¨
Name | Link |
---|---|
Latest commit | 7d5c27ab0aadc6ffffeb88a2ffb53cad8caa47d0 |
Latest deploy log | https://app.netlify.com/sites/curate-v2/deploys/673e48c999a76b000859f97f |
Deploy Preview | https://deploy-preview-66--curate-v2.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
PR-Codex overview
This PR updates the
DappList
component in theHeader
layout to reflect changes for thePOH
application, indicating a version upgrade from V1 to V2 with a new URL.Detailed summary
text
from "POH V1" to "POH V2".url
from "https://app.proofofhumanity.id" to "https://v2.proofofhumanity.id".Summary by CodeRabbit