Skip to content

Commit

Permalink
Adjust the thickness of the icons
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjuhuss committed Jan 10, 2025
1 parent 770b04b commit da249d1
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
39 changes: 39 additions & 0 deletions img/qr-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 0 additions & 39 deletions img/qrcode.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Login/UsernamePw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Link, useNavigate } from "react-router-dom";
import loginSlice from "slices/Login";
import { clearNotifications } from "slices/Notifications";
import resetPasswordSlice from "slices/ResetPassword";
import qrCode from "../../../img/qrcode.svg";
import qrCode from "../../../img/qr-code.svg";
import { LoginAbortButton } from "./LoginAbortButton";
import { LoginAtServiceInfo } from "./LoginAtServiceInfo";
import { forgetThisDevice } from "./NewDevice";
Expand Down

0 comments on commit da249d1

Please sign in to comment.