ohcnetwork / landing

OHC langing page
https://ohc.network
1 stars 10 forks source link

Removed Github Constellation link #25

Closed nithish1018 closed 1 week ago

nithish1018 commented 1 week ago

Closes #23

netlify[bot] commented 1 week ago

Deploy Preview for landing-ohc ready!

Name Link
Latest commit 629f154737d57a6a74dff0b794046f19f4dc432d
Latest deploy log https://app.netlify.com/sites/landing-ohc/deploys/673dad541971750008226829
Deploy Preview https://deploy-preview-25--landing-ohc.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

shivankacker commented 1 week ago

@nithish1018 do update the PR as per changes requested

nithish1018 commented 1 week ago

@bodhish @shivankacker I should just add comments for that banner state?. Can I add the following comments?: // banner state // - Purpose: Represents a banner with a message and a hyperlink. // - General value/structure: An object containing: // - message (string): The banner text to display. // - href (string): A URL that the banner links to. // Present Value - null (Due to broken Github Constellation Link)

shivankacker commented 1 week ago

@nithish1018 Just create a new type Banner and make the state adhere to it or be null, just so we know the types.