Skip to content

Commit

Permalink
Try fixing logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancocodet committed Mar 11, 2024
1 parent 2786a0f commit 5715789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes
3 changes: 2 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {useEffect, useState} from "react";
import ItemList from "@/components/item_list";
import {Collection, Config} from "@/lib/types";
import Image from "next/image";

export default function Home() {

Expand Down Expand Up @@ -59,7 +60,7 @@ export default function Home() {
</div>
<div className="w-full h-12 bg-gray-800 flex flex-row justify-between py-1 px-5 z-20 fixed">
<div className="flex flex-row gap-2">
<img src="/logo.svg" className="h-8 w-8 py-2"/>
<Image src="/images/logo.svg" alt="WapuuGotchi Logo" className="h-8 w-8 py-2"/>
<h1 className="text-2xl font-bold text-white text-center">
WapuuGotchi Collection
</h1>
Expand Down

0 comments on commit 5715789

Please sign in to comment.