fix img
This commit is contained in:
parent
f36506d167
commit
3a9af7396b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import CoinIcon from "../../icons/CoinIcon";
|
||||
import ProfileIcon from "../../icons/ProfileIcon";
|
||||
import {ConnectStateButton} from "../../../web3/connect";
|
||||
import chipImg from '../../../../assets/icons/chip.png'
|
||||
|
||||
export const AppNav = () => {
|
||||
return (
|
||||
|
@ -8,7 +9,7 @@ export const AppNav = () => {
|
|||
<div className="container mx-auto">
|
||||
<div className="flex flex-row justify-between">
|
||||
<a href="/" className="flex flex-row items-center">
|
||||
<img src="src/assets/icons/chip.png" alt="Icon" className="w-[53px] h-[53px] mr-[15px]" />
|
||||
<img src={chipImg} alt="Icon" className="w-[53px] h-[53px] mr-[15px]" />
|
||||
<span className="font-semibold text-3xl">
|
||||
<span className="bg-gradient-to-b from-white via-blue-400 to-red-400 bg-clip-text text-transparent">Z</span>aSlot
|
||||
<span className="text-gray-400">.bet</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue