feat(web): font awesome icon animations

This commit is contained in:
Luke
2023-11-15 15:28:21 +01:00
parent a50f7a2052
commit 882e372895
24 changed files with 124 additions and 47 deletions

View File

@@ -10,6 +10,7 @@ import { debugTextUI } from './debug/textui';
import { debugSkillCheck } from './debug/skillcheck';
import { useState } from 'react';
import { debugRadial } from './debug/radial';
import LibIcon from '../../components/LibIcon';
const Dev: React.FC = () => {
const [opened, setOpened] = useState(false);
@@ -27,7 +28,7 @@ const Dev: React.FC = () => {
mr={50}
mb={50}
>
<FontAwesomeIcon icon="wrench" fontSize={24} />
<LibIcon icon="wrench" fontSize={24} />
</ActionIcon>
</Tooltip>