diff --git a/src/images/logo.svg b/src/images/logo.svg new file mode 100644 index 0000000..8464f77 --- /dev/null +++ b/src/images/logo.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/index.tsx b/src/pages/index.tsx index dc6bcd1..389bfa9 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -3,6 +3,8 @@ import React, { ReactElement, useEffect, useState } from 'react' import { Status, State, Summary, NetworkSummary } from '../@types' import styles from '../styles/Home.module.css' import { getData, getNetworkSUmmary, getSummary } from '../utils/getData' +import Logo from '../images/logo.svg' +import Image from 'next/image' export default function HomePage(): ReactElement { const [network, setNetwork] = useState('mainnet') @@ -54,6 +56,8 @@ export default function HomePage(): ReactElement {
+ + {/* Ocean Protocol Logo */}

Ocean Status

Current Status of Ocean Components{' '}