Skip to content

Commit

Permalink
feat: 沒更新 package.json ...
Browse files Browse the repository at this point in the history
  • Loading branch information
sexyoung committed Jul 10, 2023
1 parent e836a30 commit cf50fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/choice.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
// import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import type { LinksFunction, V2_MetaFunction } from "@remix-run/node";
import stylesheet from "~/styles/choice.css";

Expand Down Expand Up @@ -30,7 +30,7 @@ export default function () {
<div className="icon-container">
<div className="choice-icon">
123
<FontAwesomeIcon icon={["fas", "pills"]} />
{/* <FontAwesomeIcon icon={["fas", "pills"]} /> */}
456
</div>
</div>
Expand Down

0 comments on commit cf50fb4

Please sign in to comment.