nitkkr-dev / nitkkr

This repo contains both the front-end and back-end code for NITKKR's new website
https://nitkkr-dev.vercel.app
14 stars 2 forks source link

Abstraction of the "message" card #129

Closed GetPsyched closed 6 months ago

GetPsyched commented 6 months ago

We have the director's corner card displayed on the landing page and we need to display an HOD message on each department's page, both of which are quite similar. We also might need similar stuff in the future.

Instead of re-implementing this each time, we can abstract this into its own responsive component.

GetPsyched commented 6 months ago

Fixed in #131