Skip to content

Commit

Permalink
Use react icon for locking
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesUoM committed Oct 4, 2023
1 parent 92edc5f commit 2ffcc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Lock.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect } from "react";
import { faLock } from "@fortawesome/free-solid-svg-icons";
import { LuLock } from "react-icons/lu";

import { useDispatch, useSelector } from "react-redux";
import { settings } from "../config";
Expand Down

0 comments on commit 2ffcc37

Please sign in to comment.