gator icon indicating copy to clipboard operation
gator copied to clipboard

Refactor FontAwesome setup to use icon library pattern

Open RRosio opened this issue 6 months ago • 0 comments

Currently, FontAwesome icons are being imported directly in various components. This makes it harder to manage icons across the codebase.

Proposal

Refactor the FontAwesome setup to use the icon library pattern, with an icon.ts file where all icons are added to the FontAwesome library.

RRosio avatar Jun 11 '25 22:06 RRosio