Skip to content

Commit

Permalink
feat: misc copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish-ks committed Nov 9, 2023
1 parent 61e8f46 commit 7825681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/app/invite/[invite]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ export default function Invite({ params }: { params: { invite: string } }) {
return (
<div className="mx-auto my-auto max-w-2xl space-y-8 p-16 bg-zinc-100 dark:bg-zinc-800 text-black dark:text-white rounded-md shadow-2xl text-center">
<div className="flex flex-col gap-y-2 items-center">
<h1 className="text-4xl text-black dark:text-white text-center font-bold">Success!</h1>
<p className="text-black/30 dark:text-white/40 text-center">Your account is setup!</p>
<h1 className="text-4xl text-black dark:text-white text-center font-bold">You're All Set</h1>
<p className="text-black/30 dark:text-white/40 text-center">Your account is ready to go!</p>
<div className="mx-auto pt-8">
<Button
variant="primary"
Expand Down
4 changes: 2 additions & 2 deletions frontend/app/signup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ const Onboard = () => {
const SuccessPane = () => {
return (
<div className="flex flex-col gap-y-2 items-center">
<h1 className="text-4xl text-black dark:text-white text-center font-bold">Success!</h1>
<p className="text-black/30 dark:text-white/40 text-center">Your account is setup!</p>
<h1 className="text-4xl text-black dark:text-white text-center font-bold">You're All Set</h1>
<p className="text-black/30 dark:text-white/40 text-center">Your account is ready to go!</p>
<div className="mx-auto pt-8">
<Button
variant="primary"
Expand Down

0 comments on commit 7825681

Please sign in to comment.