snowballtools-base/packages
Vivian Phung f84e2c0d9d
Refactor: Rename SVG Properties for React Standard (#194)
### TL;DR

A refactor of the Icon components in the front-end package has been carried out. This includes `CollaboratorsIcon.tsx`, `CopyUnfilledIcon.tsx`, and `TrashIcon.tsx`.

### What changed?

Several attributes previously written in kebab-case were changed to camelCase to adhere to JSX syntax standards. These include `stroke-linecap`, `stroke-linejoin`, `fill-rule`, and `clip-rule`.

### How to test?

Ensure that the rendering and functionality of the icons in the application remain unchanged after this update. 

### Why make this change?

The update ensures that our code complies with the preferred casing convention in JSX and avoids all potential related issues.
2024-05-22 14:46:53 -04:00
..
backend [nit] remove package.json: No license field warning 2024-05-22 10:59:24 -04:00
deployer Laconic frontend deployment 2024-05-22 09:21:00 -05:00
frontend Refactor: Rename SVG Properties for React Standard (#194) 2024-05-22 14:46:53 -04:00
gql-client [nit] remove package.json: No license field warning 2024-05-22 10:59:24 -04:00