Update visit profile icon on My Badges

This commit is contained in:
Serkan Reis 2023-02-22 09:29:14 +03:00
parent 920f6507e8
commit a6ab7c2044

View File

@ -11,7 +11,7 @@ import { useWallet } from 'contexts/wallet'
import type { NextPage } from 'next' import type { NextPage } from 'next'
import { NextSeo } from 'next-seo' import { NextSeo } from 'next-seo'
import { useCallback, useEffect, useState } from 'react' import { useCallback, useEffect, useState } from 'react'
import { FaSlidersH, FaStar } from 'react-icons/fa' import { FaSlidersH, FaUser } from 'react-icons/fa'
import { API_URL, BADGE_HUB_ADDRESS, STARGAZE_URL } from 'utils/constants' import { API_URL, BADGE_HUB_ADDRESS, STARGAZE_URL } from 'utils/constants'
import { withMetadata } from 'utils/layout' import { withMetadata } from 'utils/layout'
import { links } from 'utils/links' import { links } from 'utils/links'
@ -90,7 +90,7 @@ const BadgeList: NextPage = () => {
external external
href={`${STARGAZE_URL}/profile/${wallet.address}`} href={`${STARGAZE_URL}/profile/${wallet.address}`}
> >
<FaStar /> <FaUser />
</Anchor> </Anchor>
</div> </div>
</th> </th>