future-standard / scorer-ui-kit

SCORER UI Components in react with styled components
Other
6 stars 3 forks source link

Updated Example landing page #483

Closed atomworks closed 1 month ago

atomworks commented 1 month ago

This one was always a functional page but never got iterated. When viewing it on dark mode, the default link colors also became impossible to see when they had been visited before. So I decided it was time to give it a quick polish!

As part of this, I also renamed LinksPage to Index because it always took me longer than it should to find what file this was when editing it.

Lastly, the link to Storybook was setup mainly for Github pages. However it didn't work on localhost. As we have to run storybook as a seperate process locally anyway, I just hide this section it we're on localhost.

image