Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ export const HexConverter = () => {

<Card className="flex flex-col gap-2 p-4">
<p>
Or use the
Convert values using the{" "}
<a
className="underline"
href="https://portal.thirdweb.com/typescript/v5"
rel="noopener noreferrer"
target="_blank"
>
Connect SDK
thirdweb SDK
</a>
:
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ export const Keccak256Converter = () => {

<Card className="flex flex-col gap-2 p-4">
<p>
Or use the{" "}
Convert values using the{" "}
<a
className="underline"
href="https://portal.thirdweb.com/typescript/v5"
rel="noopener noreferrer"
target="_blank"
>
Connect SDK
thirdweb SDK
</a>
:
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ export const WeiConverter = () => {

<Card className="flex flex-col gap-2 p-4">
<p>
Or use the{" "}
Convert values using the{" "}
<a
className="underline"
href="https://portal.thirdweb.com/typescript/v5"
rel="noopener noreferrer"
target="_blank"
>
Connect SDK
thirdweb SDK
</a>
:
</p>
Expand Down
Loading