Skip to content

Commit

Permalink
fix: shrink links
Browse files Browse the repository at this point in the history
  • Loading branch information
LanfordCai committed Oct 19, 2023
1 parent 3e6bd7e commit 226105d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/account/[account]/collection/[collection]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ export default function CollectionDetail(props) {
collection && collection.contractName ?
<a href={getFlowverseLink(collection.contractName)}
target="_blank"
rel="noopener noreferrer">
rel="noopener noreferrer"
className="shrink-0">
<div className="flex items-center rounded-full ring-1 ring-drizzle px-2 py-1 text-xs sm:text-sm text-black">
<Image src="/flowverse.png" alt="" width={20} height={20} />&nbsp;Trade on Flowverse
</div>
Expand All @@ -293,7 +294,8 @@ export default function CollectionDetail(props) {
linkSource && linkSource.uuid ?
<a href={getContractLink(linkSource.uuid)}
target="_blank"
rel="noopener noreferrer">
rel="noopener noreferrer"
className="shrink-0">
<div className="flex items-center rounded-full ring-1 ring-drizzle px-2 py-1 text-xs sm:text-sm text-black">
<Image src="/contractbrowser.png" alt="" width={20} height={20} />&nbsp;Browse Code on ContractBrowser
</div>
Expand Down

1 comment on commit 226105d

@vercel
Copy link

@vercel vercel bot commented on 226105d Oct 19, 2023

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.