You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Smart Contract Escrow section on the landing page, the "Trustless Work" link is currently just plain text and not clickable. The link should redirect users to the Trustless Work page when clicked.
🔢 Steps
Locate the component rendering the Smart Contract Escrow section on the landing page.
Modify the code to wrap the "Trustless Work" text in an <a> tag. Use the correct href value to link to the Trustless Work page.
Set the link to open in a new tab by adding the attribute target="_blank".
Apply consistent styling to the link, ensuring it matches the design shown in the attached image.
✅ Acceptance Criteria
"Trustless Work" is a clickable link.
The link redirects users to the Trustless Work page.
The link opens in a new tab.
The link styling is visually consistent with the rest of the site's design, as per the attached image.
🌎 References
📜 Additional Notes
⚠ Do not apply until the ODHack begins.
⚠ Read our guidelines before applying.
The text was updated successfully, but these errors were encountered:
📘 Description
In the Smart Contract Escrow section on the landing page, the "Trustless Work" link is currently just plain text and not clickable. The link should redirect users to the Trustless Work page when clicked.
🔢 Steps
<a>
tag. Use the correcthref
value to link to the Trustless Work page.target="_blank"
.✅ Acceptance Criteria
🌎 References
📜 Additional Notes
⚠ Do not apply until the ODHack begins.
⚠ Read our guidelines before applying.
The text was updated successfully, but these errors were encountered: