Closed nithish1018 closed 1 week ago
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@nithish1018 do update the PR as per changes requested
@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)
@nithish1018 Just create a new type Banner
and make the state adhere to it or be null, just so we know the types.
Closes #23