Skip to content
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

Make Trustless Work link clickable in Smart Contract Escrow section #49

Closed
danielcdz opened this issue Dec 10, 2024 · 6 comments · Fixed by #81
Closed

Make Trustless Work link clickable in Smart Contract Escrow section #49

danielcdz opened this issue Dec 10, 2024 · 6 comments · Fixed by #81
Assignees
Labels
difficult: easy non-rewarded ODHack11 This issue will be available ONLY during the ODHack11

Comments

@danielcdz
Copy link
Member

danielcdz commented Dec 10, 2024

📘 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

  1. Locate the component rendering the Smart Contract Escrow section on the landing page.
  2. 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.
  3. Set the link to open in a new tab by adding the attribute target="_blank".
  4. 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

image (10)

📜 Additional Notes

Do not apply until the ODHack begins.
Read our guidelines before applying.

@danielcdz danielcdz added difficult: easy ODHack11 This issue will be available ONLY during the ODHack11 non-rewarded labels Dec 10, 2024
@mimisavage
Copy link
Contributor

May I try my hand at this?

@Supa-mega
Copy link

Let me try this one!

@josephchimebuka
Copy link
Contributor

Can I work on this, please?

@abdegenius
Copy link

Could I take over this issue?

@ShantelPeters
Copy link

I’d like to resolve this.

@danielcdz
Copy link
Member Author

@Supa-mega any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficult: easy non-rewarded ODHack11 This issue will be available ONLY during the ODHack11
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants
@abdegenius @danielcdz @josephchimebuka @Supa-mega @ShantelPeters @mimisavage and others