Skip to content

Commit

Permalink
Fix wrong bot redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Sep 3, 2024
1 parent 71a97ee commit 08c65e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/solana/connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function SolanaConnectPage({
<Button
className='mt-6'
size='lg'
href={`https://t.me/${'Telebot123botbot'}`}
href={`https://t.me/${env.NEXT_PUBLIC_TELEGRAM_BOT_USERNAME}`}
>
{error ? 'Retry Connecting' : 'Back to Epic'}
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/solana/sign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function SolanaSignPage(
<Button
className='mt-6'
size='lg'
href={`https://t.me/${'Telebot123botbot'}`}
href={`https://t.me/${env.NEXT_PUBLIC_TELEGRAM_BOT_USERNAME}`}
>
Retry Verification
</Button>
Expand Down

0 comments on commit 08c65e6

Please sign in to comment.