Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Update OrgLogo.tsx (#986)
Browse files Browse the repository at this point in the history
* Update OrgLogo.tsx

* change favicon

Co-authored-by: Huỳnh Thanh Cảnh <macbookpro@Huynh-Thanh-Canh.local>
  • Loading branch information
nhatminh0509 and Huỳnh Thanh Cảnh authored Dec 2, 2021
1 parent e6f6c89 commit c609518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified packages/web/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/web/src/components/OrgLogo/OrgLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const OrgLogo: FC<OrgLogoProps> = (props) => {
return (
<Box
component="img"
src="/images/KATHENA-transparent.png"
src="/images/kmin-dark-logo.png"
alt="logo"
className={clsx(className, classes.root)}
/>
Expand Down

1 comment on commit c609518

@vercel
Copy link

@vercel vercel bot commented on c609518 Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.