Closed davesteinberg closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/my-covid-story/www/GnjSoPiS9praUHskTc8k4xZv3caF
✅ Preview: https://www-git-dslinks-my-covid-story.vercel.app
A few small commits tidying up links:
SimpleLink
(Next Link + Chakra Link) instead of plain<a>
elements for the stories in the feed and for the navbar logo, so that we get a uniform look with the same nice blue outline everywhere. I added a couple of extra props (asHref
andundecorated
) toSimpleLink
to support this.MenuItem
and change all uses of it toSimpleLink
, since they were basically the same the same thing, with slightly different prop names, used in different places.