VRMS icon indicating copy to clipboard operation
VRMS copied to clipboard

Refactor AdminDashboard component to use Material-UI Typography for h…

Open chukalicious opened this issue 8 months ago • 2 comments

Fixes #1671

What changes did you make and why did you make them ?

  • the task required the change of regular html elements for their MUI equivalents, if applicable. Hence, I imported the Typography component from MUI and implemented it in place of the h1 component in the line 390. I implemented the variant and component properties as "h1".
  • It appears some formatting changes were also performed by my formatting extension.

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied before
Visuals after changes are applied after

chukalicious avatar Jun 20 '24 00:06 chukalicious