Skip to content

Commit

Permalink
feat(design): updated app logos
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Jun 3, 2024
1 parent 4c4c662 commit b89fd72
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 26 deletions.
Binary file removed apps/invest/src/assets/investments-logo.png
Binary file not shown.
21 changes: 21 additions & 0 deletions apps/invest/src/assets/investments-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions apps/invest/src/components/InvestHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from 'next/image';
import dynamic from 'next/dynamic';
import config from '@/firebase/config';
import { Header } from 'ui';
import investmentLogo from '../assets/investments-logo.png';
import investmentLogo from '../assets/investments-logo.svg';
import Link from 'next/link';
import { useRouter } from 'next/router';

Expand Down Expand Up @@ -52,8 +52,8 @@ const InvestHeader: React.FC<InvestHeaderProps> = ({}) => {
<Image
src={investmentLogo}
alt="k33-investments"
width={109}
height={12}
width={111}
height={10}
/>
</Link>

Expand Down
6 changes: 3 additions & 3 deletions apps/invest/src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import config from '@/firebase/config';
import dynamic from 'next/dynamic';
import Link from 'next/link';
import { PlatformFooter } from 'platform-js';
import investmentLogo from '../assets/investments-logo.png';
import investmentLogo from '../assets/investments-logo.svg';

const AuthHeader = dynamic(
async () => await (await import('platform-js')).AuthHeader,
Expand Down Expand Up @@ -50,8 +50,8 @@ const MainLayout: React.FC<MainLayoutProps> = ({ children }) => {
<Image
src={investmentLogo}
alt="k33-investments"
width={109}
height={12}
width={111}
height={10}
/>
</Link>
}
Expand Down
26 changes: 17 additions & 9 deletions apps/research-archive/src/assets/research.svg
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 b89fd72

Please sign in to comment.