Closed petersalomonsen closed 5 months ago
https://infrastructure-committee.near.page/ and https://events-committee.near.page should show their own landing pages and not those from devhub.near.
This can be fixed by not having devhub.near hardcoded as widget for the near-social-viewer component returned in the html generated by web4_get. Instead it should use the name from the account where the contract is deployed.
devhub.near
near-social-viewer
web4_get
https://infrastructure-committee.near.page/ and https://events-committee.near.page should show their own landing pages and not those from devhub.near.
This can be fixed by not having
devhub.near
hardcoded as widget for thenear-social-viewer
component returned in the html generated byweb4_get
. Instead it should use the name from the account where the contract is deployed.