Skip to content

Commit

Permalink
fix deploy fail for before PR (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm authored Apr 2, 2024
1 parent cf0cbac commit d9c1b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { faGithubAlt } from "@fortawesome/free-brands-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faRotateRight } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";


export const Footer = () => {

Expand Down

0 comments on commit d9c1b6b

Please sign in to comment.