Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitdawarsd committed Jul 19, 2020
1 parent 63e1c5a commit cfb138e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 89 deletions.
Binary file modified public/static/images/opencerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/opencertslogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 0 additions & 86 deletions public/static/images/opencertslogo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/HomePageContent/DropZoneSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const DraggableDemoCertificate: React.FunctionComponent = () => (
>
Drag me over here to see a demo certificate and other features
</span>
<img src="/static/images/opencertslogo.svg" width="100%" draggable="false" />
<img src="/static/images/opencertslogo.png" width="100%" draggable="false" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/NavigationBar/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NavigationBar: React.FunctionComponent<NavigationBarProps> = ({ active })
<div className={css.innerbar}>
<Link href="/">
<a className="navbar-brand">
<img src="/static/images/opencertslogo.svg" alt="OpenCerts" />
<img src="/static/images/opencertslogo.png" alt="OpenCerts" />
</a>
</Link>
<button
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainPageContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PartnerSection from "./HomePageContent/PartnersSection";
const MainPageContainer: React.FunctionComponent = () => (
<div className="container-fluid">
<DropZoneSection />
<PartnerSection />
{/* <PartnerSection /> */}
<AboutSection />
</div>
);
Expand Down

0 comments on commit cfb138e

Please sign in to comment.