Closed hello-vinitha closed 4 months ago
This PR updates the material icons dependency to work offline by installing the dependency locally instead of linking the CDN.
npm install --legacy-peer-deps
From the top-level of this repository, run:
pre-commit run --all-files
Squash & Merge
Tests pass with 3030 online.
3030
Tests pass with 3053 offline
3053
Description
This PR updates the material icons dependency to work offline by installing the dependency locally instead of linking the CDN.
Testing procedure
npm install --legacy-peer-deps
Before opening a pull request
From the top-level of this repository, run:
pre-commit run --all-files
To merge
Squash & Merge