Skip to content

Commit e1312ae

Browse files
committed
added source to logo
1 parent 7448265 commit e1312ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/jscpd-badge.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/NavBar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { Link } from 'react-router-dom';
1010
import LogoutButton from '../../atoms/LogoutButton';
1111
import SearchBox from '../../atoms/SearchBox';
1212
import { LOGIN, REGISTER } from '../../constants/routes';
13+
// source: https://www.freepik.com
1314
import Logo from '../../images/logo.svg';
1415
import OnlyAuthenticated from '../Auth/OnlyAuthenticated';
1516
import OnlyUnauthenticated from '../Auth/OnlyUnauthenticated';

0 commit comments

Comments
 (0)