Skip to content

Commit

Permalink
link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhv12 committed May 3, 2024
1 parent a47212b commit 652b4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const Home: NextPage = () => {
<div style={{ flex: '1', display: 'flex', flexDirection: 'column', alignItems: 'center' }}>
<h2>Reviews</h2>
{avgRatings && numberOfUsers != -1 ? (
<p>{numberOfUsers} people gave it an <a href={`https://sepolia-blockscout.lisk.com/token/${target}?tab=inventory`}>avg rating of {avgRatings.toNumber() / 1000}/10</a></p>
<p>{numberOfUsers} people gave it an <a href="https://sepolia-blockscout.lisk.com/token/0x9C384C6676f60e7a6Ad4E13655aD1894a8453287?tab=inventory">avg rating of {avgRatings.toNumber() / 1000}/10</a></p>
) : (
<p>There are no reviews yet.</p>
)}
Expand Down

0 comments on commit 652b4da

Please sign in to comment.