Skip to content

Commit

Permalink
Update PageNotFound.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeepnh5 authored Dec 1, 2024
1 parent e6299fa commit 8a79af6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 110 deletions.
109 changes: 0 additions & 109 deletions src/screens/PageNotFound/PageNotFound.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/screens/PageNotFound/PageNotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
import useLocalStorage from 'utils/useLocalstorage';

import styles from './PageNotFound.module.css';
import styles from '../../style/app.module.css';
import Logo from 'assets/images/talawa-logo-600x600.png';

/**
Expand Down

0 comments on commit 8a79af6

Please sign in to comment.