Skip to content

Commit 7f8203d

Browse files
committed
updated logo
1 parent 88fc255 commit 7f8203d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
File renamed without changes.

src/components/Login/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styles from './Login.module.scss';
44
import globalStyles from '../global.module.scss';
55
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
66
// @ts-ignore
7-
import Docketeer from '../../../assets/extended-white.png';
7+
import Docketeer from '../../../assets/extended-light.png';
88
import { UserInfo } from '../../../types';
99
import { createAlert } from '../../reducers/alertReducer';
1010
import { useAppDispatch } from '../../reducers/hooks';

src/components/SignUp/SignUp.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ import React, { useState } from 'react';
22
import { useNavigate } from 'react-router';
33
import styles from './SignUp.module.scss';
44
import globalStyles from '../global.module.scss';
5-
// import { checkDbInit } from '../../helpers/newUserHelper';
65
import useHelper from '../../helpers/commands';
76
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
87
// @ts-ignore
9-
import Docketeer from '../../../assets/extended-white.png';
8+
import Docketeer from '../../../assets/extended-light.png';
109
import { SignUpValues } from '../../../types';
1110

1211
/**

0 commit comments

Comments
 (0)