Skip to content

Commit

Permalink
remove logo from discover profiles page
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Dec 7, 2023
1 parent f49a17c commit 8e89fbd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/nextjs/pages/profiles.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useEffect, useState } from "react";
import Image from "next/image";
import Link from "next/link";
import { LSP24_SCHEMA_NAME } from "./profile/[address]";
import { ERC725, ERC725JSONSchema } from "@erc725/erc725.js";
Expand Down Expand Up @@ -49,10 +48,7 @@ const Profiles: NextPage = () => {
return (
<div className="px-5 md:px-10 lg:px-20">
<div className="flex justify-center items-center my-20 gap-4">
<div className="">
<Image alt="SE2 logo" className="cursor-pointer" width={250} height={250} src="/logo.svg" />
</div>
<h1 className="text-center text-5xl mb-0 mt-1 font-bold">Profiles</h1>
<h1 className="text-center text-5xl mb-0 mt-1 font-bold">Discover Profiles</h1>
</div>

<div className="grid grid-cols-1 xl:grid-cols-3 gap-10">
Expand Down

0 comments on commit 8e89fbd

Please sign in to comment.