Skip to content

Commit e6783af

Browse files
fix: case
1 parent ee431dd commit e6783af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {
22
SiModrinth,
3-
SiGitHub,
3+
SiGithub,
44
SiYoutube,
55
SiDiscord
66
} from '@icons-pack/react-simple-icons';
@@ -67,4 +67,4 @@ export default function Footer() {
6767
</footer>
6868
</>
6969
);
70-
}
70+
}

0 commit comments

Comments
 (0)