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 e4aab9a commit 8de1fe3
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 say so with an <a href="">avg rating of {avgRatings.toNumber() / 1000}/10</a></p>
<p>{numberOfUsers} people say so with an <a href={`https://sepolia-blockscout.lisk.com/token/${target}?tab=inventory`}>avg rating of {avgRatings.toNumber() / 1000}/10</a></p>
) : (
<p>There are no reviews yet.</p>
)}
Expand Down

0 comments on commit 8de1fe3

Please sign in to comment.