Skip to content

Commit

Permalink
metadata in index page
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Aug 26, 2023
1 parent 92a2640 commit 4f50183
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import Landingpage from "../pages/landingpage";
import { useDispatch } from "react-redux";
import { useEffect, useState } from "react";
import Head from 'next/head';

import {
connectwallethandler,
Expand Down
1 change: 0 additions & 1 deletion pages/landingpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { getMetaData, removePrefix } from "../utils/ipfsUtil";
import Loader from "../Components/Loader";
import Slider from "react-slick";
import SmallCard from "../Components/Cards/SmallCard";
import Head from 'next/head';

const tradhubAddress = process.env.NEXT_PUBLIC_TRADEHUB_ADDRESS;
const graphqlAPI = process.env.NEXT_PUBLIC_MARKETPLACE_API;
Expand Down

0 comments on commit 4f50183

Please sign in to comment.