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 #24 from 1inch/feat/WF-1391
Browse files Browse the repository at this point in the history
add covers
  • Loading branch information
shoom3301 authored Jan 17, 2022
2 parents d530c4f + f8ad7a6 commit fb3bf81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React from 'react';
import Layout from '@theme/Layout';
import styles from './index.module.css';
import HomepageFeatures from '../components/homepage-features/HomepageFeatures';
import HomepageDeveloperLinks from '../components/homepage-developer-links/HomepageDeveloperLinks';
import HomepagePreFooter from '../components/homepage-prefooter/HomepagePreFooter';
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';

function HomepageHeader() {
return (
Expand All @@ -18,8 +19,12 @@ function HomepageHeader() {
export default function Home() {
return (
<Layout pageClassName={styles.mainLayout}
title="1inch Network | Leading high capital efficient DeFi protocols"
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 name="twitter:image" content={Cover} />
<title>1inch Network | Leading high capital efficient DeFi protocols</title>
</Head>
<main className={styles.mainContainer}>
<div className="page-container">
<HomePageBackgroundImage className={styles.bgImage}/>
Expand Down
Binary file added static/img/cover.jpg
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 fb3bf81

Please sign in to comment.