Fix image error
This commit is contained in:
parent
06fe914fa6
commit
abd3dc9895
@ -122,7 +122,7 @@ const StakingSource = (props: {
|
|||||||
<div className="flex justify-center items-center">
|
<div className="flex justify-center items-center">
|
||||||
<div className="relative group">
|
<div className="relative group">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/moon_1.png"
|
src={"/assets/moons/" + props.stakingSource.image}
|
||||||
alt="Moon"
|
alt="Moon"
|
||||||
width={props.stakingSource.size}
|
width={props.stakingSource.size}
|
||||||
height={props.stakingSource.size}
|
height={props.stakingSource.size}
|
||||||
|
@ -316,7 +316,7 @@ export default function Home() {
|
|||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
return <p>Loading...</p>;
|
return <p>Loading...</p>;
|
||||||
}
|
}
|
||||||
|
console.log(stakingSources);
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Navbar setUserId={setUserId} />
|
<Navbar setUserId={setUserId} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user