Skip to content

Commit

Permalink
Merge pull request #484 from Magickbase/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Aug 22, 2022
2 parents 7dff4ef + 09cca3d commit ca319ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ContractEventsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const ContractEventsList = ({ list }: { list: ParsedEventLog[] }) => {
<Link
href={`/tx/${item.txHash}`}
underline="none"
color="secondary"
color="primary"
className="mono-font"
sx={{ fontSize: 14 }}
>
Expand Down

1 comment on commit ca319ae

@vercel
Copy link

@vercel vercel bot commented on ca319ae Aug 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.