digitalcredentials / sandbox

DCC developer playground
https://digitalcredentials.github.io/sandbox/
MIT License
5 stars 5 forks source link

Footer links all messed up #47

Closed fields37 closed 1 year ago

fields37 commented 1 year ago

The first row of footer links at the bottom of the page do not redirect to the hrefs given here. It is extremely curious because when all of the footer links are combined into one row they work fine.

bmuramatsu commented 1 year ago

That's odd.

You can take these two files and update them for "LCW" -> "DCC Developer Sandbox" and "App" -> "Site" https://github.com/digitalcredentials/learner-credential-wallet-site/blob/main/privacy.html https://github.com/digitalcredentials/learner-credential-wallet-site/blob/main/terms.html

To put real text into those two areas. Privacy will need to get updated more than Terms, but is ok for now.

On Mon, Sep 19, 2022 at 2:35 PM fields37 @.***> wrote:

The first row of footer links at the bottom of the page do not redirect to the hrefs given here https://github.com/digitalcredentials/sandbox/blob/main/src/navigation/Dashboard/Footer.tsx. It is extremely curious because when all of the footer links are combined into one row they work fine.

— Reply to this email directly, view it on GitHub https://github.com/digitalcredentials/sandbox/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFXVRUP7HXBG6XRXHBTYALV7CW2TANCNFSM6AAAAAAQQLNMWU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

fields37 commented 1 year ago

Terms and conditions and privacy policy pages added in #54