Skip to content

Commit

Permalink
Frontend Updates: Optimism >> Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith committed Jun 13, 2024
1 parent d90fd99 commit ad2b550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/StreamContractInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const StreamContractInfo = () => {
Stream Contract
<span
className="tooltip text-white font-normal"
data-tip="All streams and contributions are handled by a contract on Optimism"
data-tip="All streams and contributions are handled by a contract on Mainnet"
>
<QuestionMarkCircleIcon className="h-5 w-5 inline-block ml-2" />
</span>
</p>
<div className="flex gap-2 items-baseline">
<div className="flex flex-col items-center">
<Address address={streamContract?.address} />
<span className="text-xs text-[#f01a37]">Optimism</span>
<span className="text-xs text-[#323aa8]">Mainnet</span>
</div>{" "}
/
<Balance address={streamContract?.address} className="text-3xl" />
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/components/StreamContractInfo2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const StreamContractInfo2 = () => {
Stream Contract
<span
className="tooltip text-white font-normal"
data-tip="All streams and contributions are handled by a contract on Optimism"
data-tip="All streams and contributions are handled by a contract on Mainnet"
>
<QuestionMarkCircleIcon className="h-5 w-5 inline-block ml-2" />
</span>
</p>
<div className="flex gap-2 items-baseline">
<div className="flex flex-col items-center">
<Address address={streamContract?.address} />
<span className="text-xs text-[#f01a37]">Optimism</span>
<span className="text-xs text-[#323aa8]">Mainnet</span>
</div>{" "}
/
<Balance address={streamContract?.address} className="text-3xl" />
Expand Down

0 comments on commit ad2b550

Please sign in to comment.