codefortulsa / website

Code For Tulsa Website Update 2022
https://www.figma.com/file/maf7XD1XhbIKlJn77P2tIS/Code-for-Tulsa-Website?node-id=0%3A1
8 stars 10 forks source link

Create Blog Card Component #123

Open zenlex opened 2 years ago

zenlex commented 2 years ago
zenlex commented 2 years ago

The logic for the index page is already built in src/pages/blog/index.tsx. Next steps:

You may take a look at the Event card component (pull request #117) as the blog card and event card are very similar. Bonus points for refactoring both blog and event cards to use the same base card component.

zenlex commented 2 years ago

Update - blog index needs to be rebuilt first so marking this one as hold until we get #20 done first.