near / near-discovery-components

This is a repository that holds the source code of all NEAR discovery components that the team maintains for near.org.
https://near.org
MIT License
14 stars 12 forks source link

Contact Us Page (1 of 2) #760

Closed calebjacob closed 5 months ago

calebjacob commented 5 months ago

Partially implements: https://github.com/near/near-discovery/issues/1064

Implements new Contact Us page for the gateway. We should merge this before the 2nd PR.

Part 2: https://github.com/near/near-discovery/pull/1115

calebjacob commented 5 months ago

@shelegdmitriy It's a good question. I'm using simple <a> tags here since all of the links are external with target="_blank".

shelegdmitriy commented 5 months ago

@shelegdmitriy It's a good question. I'm using simple <a> tags here since all of the links are external with target="_blank".

Oh, makes sense!