Skip to content

Commit

Permalink
Add button for wrapping SPN
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Aug 6, 2024
1 parent ecb0d46 commit 289e5a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/src/app/_layout/FaucetDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ export const FaucetDropdown = () => {
"-mt-2 flex w-[--radix-dropdown-menu-trigger-width] flex-col gap-0.5 rounded-2xl rounded-t-none border border-t-0 border-black bg-black p-2 text-xs text-white",
)}
>
<a
rel="noopener noreferrer"
target="_blank"
href="https://wspn.long.so/"
>
<DropdownMenu.Item className="flex cursor-pointer flex-row items-center gap-1 p-1 text-xs">
Wrap SPN
</DropdownMenu.Item>
</a>
<a
rel="noopener noreferrer"
target="_blank"
Expand Down

0 comments on commit 289e5a9

Please sign in to comment.