Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from 1inch/feat/WF-1391_2
Browse files Browse the repository at this point in the history
change cover
  • Loading branch information
shoom3301 authored Jan 18, 2022
2 parents fb3bf81 + ccc80e0 commit 7e771b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import HomepageFooter from '../components/homepage-footer/HomepageFooter';
import HomePageBackgroundImage from '../../static/img/logo-background.svg'
import Layout from "@docusaurus/core/lib/client/theme-fallback/Layout";
import Head from "@docusaurus/core/lib/client/exports/Head";
import Cover from '../../static/img/cover.jpg';
import Cover from '../../static/img/cover.png';

function HomepageHeader() {
return (
Expand All @@ -21,7 +21,7 @@ export default function Home() {
<Layout pageClassName={styles.mainLayout}
description="The 1inch Network unites decentralized protocols whose synergy enables the most lucrative, fastest and protected operations in the DeFi space.">
<Head>
<meta name="og:image" content={Cover} />
<meta property="og:image" content={Cover} />
<meta name="twitter:image" content={Cover} />
<title>1inch Network | Leading high capital efficient DeFi protocols</title>
</Head>
Expand Down
Binary file removed static/img/cover.jpg
Binary file not shown.
Binary file added static/img/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e771b2

Please sign in to comment.