Skip to content
Merged
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
10 changes: 5 additions & 5 deletions src/components/NearComPromo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const NearComRetirementCard = () => {

<p className="mt-4 text-gray-11 text-base font-medium">
<strong className="font-bold">
This website will be decommissioned on June 1, 2026
This website will be decommissioned on June 30, 2026
</strong>
. Please move or migrate before then.
</p>
Expand Down Expand Up @@ -168,13 +168,13 @@ const NearComPromo = () => {
<>
Because you signed up with a passkey, you’ll need a new account at{" "}
<NearComLink /> and we’ll help you move your funds. This website will be
decommissioned on June 1, 2026.
decommissioned on June 30, 2026.
</>
) : variant === "wallet" ? (
<>
This website will be decommissioned on June 1, 2026. Your wallet already
works at <NearComLink /> — there is nothing to move or migrate. Connect
the same wallet there when you’re ready.
This website will be decommissioned on June 30, 2026. Your wallet
already works at <NearComLink /> — there is nothing to move or migrate.
Connect the same wallet there when you’re ready.
</>
) : (
<>
Expand Down
Loading