bugfix - removed youtubetosocial branding

This commit is contained in:
James Wyndham 2024-06-05 11:34:46 +08:00
parent eda7b2798d
commit a7535f71f4
1 changed files with 2 additions and 2 deletions

View File

@ -130,10 +130,10 @@ function ModalSignUp({
<div className="flex flex-grow flex-col h-[30rem] lg:h-full overflow-y-scroll"> <div className="flex flex-grow flex-col h-[30rem] lg:h-full overflow-y-scroll">
<div className="w-[100%] bg-gradient-to-r from-primary to-secondary px-6 mt-3 pb-6 rounded-lg text-primary-content"> <div className="w-[100%] bg-gradient-to-r from-primary to-secondary px-6 mt-3 pb-6 rounded-lg text-primary-content">
<h3 className="pb-1 text-3xl font-bold md:text-3xl pt-6"> <h3 className="pb-1 text-3xl font-bold md:text-3xl pt-6">
Want to 10X Your Content Game? Want to 10X Your Dev Game?
</h3> </h3>
<p className="text-sm md:text-base"> <p className="text-sm md:text-base">
Signup and get started using YoutubeTo.Social! Signup and get started using FastPocket
</p> </p>
</div> </div>
<form onSubmit={handleSubmit(onSubmit)} className="w-full pl-1"> <form onSubmit={handleSubmit(onSubmit)} className="w-full pl-1">