Skip to content

Commit

Permalink
Update links from beta to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Apr 25, 2024
1 parent d2ceac0 commit cdfd59a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/pages/create/channel/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,11 @@ export default function PageNewChannelImport({dbSession: {radio4000ApiUrl, sessi
)}

{migrationResult && !error ? (
<>
<section>
<h1>Successfully imported @{userChannelFirebase.slug}!</h1>
<p>Go to the new Radio4000. Your channel is waiting for you.</p>
<p>
<a href={`https://beta.radio4000.com/${userChannelFirebase.slug}`}>
beta.radio4000.com/{userChannelFirebase.slug}
</a>
</p>
</>
<p>Go to the new Radio4000. Your channel is waiting for you.</p>
<p><a href={`https://radio4000.com/${userChannelFirebase.slug}`}>radio4000.com/{userChannelFirebase.slug}</a></p>
</section>
) : (
<ErrorDisplay error={error} />
)}
Expand Down

0 comments on commit cdfd59a

Please sign in to comment.