Skip to content

Commit

Permalink
Update version and messaging for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkrypto committed Oct 8, 2024
1 parent 3acd0e4 commit 4834af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/(dashboard)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default async function DashboardLayout({

<div className="mx-auto w-full max-w-7xl px-4 py-4 lg:px-6 xl:px-8">
<PopupAlert
message="This is the alpha version. It may have bugs. Do not use in
message="This is the beta version. It may have bugs. Do not use in
production or for high-value payments."
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function Hero() {
>
<Link href="/login">
<Button color="nano" className="text-xl" size="lg">
Join the Alfa
Join the Beta
</Button>
</Link>
<Link href="/demo">
Expand Down

0 comments on commit 4834af0

Please sign in to comment.