Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Sep 12, 2024
1 parent 7b07a72 commit 3f6ca63
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 1,734 deletions.
2 changes: 1 addition & 1 deletion app/src/client/admin/components/Sidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useRef, useState } from 'react';
import { NavLink, useLocation } from 'react-router-dom';
import Logo from '../../static/logo.svg';
import Logo from '../../static/logo.png';
import SidebarLinkGroup from './SidebarLinkGroup';
import { cn } from '../../../shared/utils';

Expand Down
2 changes: 1 addition & 1 deletion app/src/client/auth/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useHistory } from 'react-router-dom';
import { useEffect } from 'react';
import { AuthWrapper } from './authWrapper';
import Auth from './Auth';
import imgUrl from '../static/logo.svg';
import imgUrl from '../static/logo.png';

export enum State {
Login = 'login',
Expand Down
2 changes: 1 addition & 1 deletion app/src/client/auth/SignupPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AuthWrapper } from './authWrapper';
import imgUrl from '../static/logo.svg';
import imgUrl from '../static/logo.png';
import { State, LoginForm } from './LoginPage';
import { useHistory } from 'react-router-dom';
import { useAuth } from 'wasp/client/auth';
Expand Down
2 changes: 1 addition & 1 deletion app/src/client/components/AnimatedCharacterLoader.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';

import logo from '../static/logo.svg';
import logo from '../static/logo.png';

interface AnimatedCharacterLoaderProps {
loadingMessage?: string; // Optional prop for customizing the loading message
Expand Down
2 changes: 1 addition & 1 deletion app/src/client/components/AppNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Dialog } from '@headlessui/react';
import { BiLogIn } from 'react-icons/bi';
import { AiFillCloseCircle } from 'react-icons/ai';
import { HiBars3 } from 'react-icons/hi2';
import logo from '../static/logo.svg';
import logo from '../static/logo.png';
import DropdownUser from './DropdownUser';
import { DOCS_URL, BLOG_URL } from '../../shared/constants';
import UserActionButton from '../components/UserActionButton';
Expand Down
4 changes: 2 additions & 2 deletions app/src/client/landing-page/LandingPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useAuth } from 'wasp/client/auth';
import { useState } from 'react';
import logo from '../static/logo.svg';
import faMainLogo from '../static/fa-main-logo.svg';
import logo from '../static/logo.png';
import faMainLogo from '../static/fa-main-logo.png';
import podLoga from '../static/pod-loga.svg';
import { features } from './contentSections';
import UserActionButton from '../components/UserActionButton';
Expand Down
3 changes: 3 additions & 0 deletions app/src/client/static/fa-main-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3f6ca63

Please sign in to comment.