Skip to content

Commit

Permalink
Update Navbar with appropriate Logo (#2287)
Browse files Browse the repository at this point in the history
* changed image for the navbar

* changed image for the navbar
  • Loading branch information
syedali237 authored Sep 23, 2024
1 parent 77ce887 commit 959399d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed src/assets/images/talawa-logo-200x200.png
Binary file not shown.
Binary file added src/assets/images/talawa-logo-600x600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import styles from './OrganizationNavbar.module.css';
import TalawaImage from 'assets/images/talawa-logo-200x200.png';
import TalawaImage from 'assets/images/talawa-logo-600x600.png';
import { Container, Dropdown, Nav, Navbar, Offcanvas } from 'react-bootstrap';
import { languages } from 'utils/languages';
import i18next from 'i18next';
Expand Down
2 changes: 1 addition & 1 deletion src/components/UserPortal/UserNavbar/UserNavbar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import styles from './UserNavbar.module.css';
import TalawaImage from 'assets/images/talawa-logo-200x200.png';
import TalawaImage from 'assets/images/talawa-logo-600x600.png';
import { Container, Dropdown, Navbar } from 'react-bootstrap';
import { languages } from 'utils/languages';
import i18next from 'i18next';
Expand Down
2 changes: 1 addition & 1 deletion src/screens/PageNotFound/PageNotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useTranslation } from 'react-i18next';
import useLocalStorage from 'utils/useLocalstorage';

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

/**
* The `PageNotFound` component displays a 404 error page when a user navigates to a non-existent route.
Expand Down

0 comments on commit 959399d

Please sign in to comment.