Skip to content

Commit a3de1ac

Browse files
committed
fix: missing link to bob url
1 parent f4ec403 commit a3de1ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/frontend/src/app/5_pages/MarketMakingPage/components/AmbientMarketMaking/components/BOBMigrationBanner

apps/frontend/src/app/5_pages/MarketMakingPage/components/AmbientMarketMaking/components/BOBMigrationBanner/BOBMigrationBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const BOBMigrationBanner: FC = () => {
2424
<Button
2525
text={t(translations.common.learnMore)}
2626
style={ButtonStyle.ghost}
27-
href="/"
27+
href="https://app.gobob.xyz/en/migrate"
2828
hrefExternal
2929
/>
3030
</div>

0 commit comments

Comments
 (0)