Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details!!
2 changes: 1 addition & 1 deletion src/app/components/Computer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Feedbacks: React.FC<Props> = ({ isCompInMiddle }) => {
Dive into ReacType{" "}
</span>
<motion.div>
<a href="https://app.reactype.dev/#/login">
<a href="http://reactype.us-east-1.elasticbeanstalk.com/#/login">
<ArrowOutward
sx={{
color: "#0671e3",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Footer = () => {
<div className="px-4 py-6 md:flex items-center justify-center md:justify-between">
<span className="text-sm text-white sm:text-center p-5">
©{currentYear}{" "}
<a href="https://app.reactype.dev/#/login">Reactype™</a>All Rights
<a href="http://reactype.us-east-1.elasticbeanstalk.com/#/login">Reactype™</a>All Rights
Reserved.
</span>
<div className="flex mt-4 justify-center md:mt-0 space-x-5 rtl:space-x-reverse">
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Hero = () => {

<div className="flex flex-row mt-5">
<Button
href="https://app.reactype.dev/#/login"
href="http://reactype.us-east-1.elasticbeanstalk.com/#/login"
className="blue-button animate-shimmer transition-colors"
variant="contained"
sx={{
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/TestCar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const TestCar = () => {
</div>
<div className="mr-auto">
<a
href="https://app.reactype.dev/#/login"
href="http://reactype.us-east-1.elasticbeanstalk.com/#/login"
className="text-[#2997ff] text-[19px] hover:underline"
>
Try Here{" "}
Expand Down
2 changes: 1 addition & 1 deletion src/app/solutions/Solutions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const Solutions = () => {
</div>
<div className="mr-auto">
<a
href="https://app.reactype.dev/#/login"
href="http://reactype.us-east-1.elasticbeanstalk.com/#/login"
className="text-[#2997ff] text-[19px] hover:underline"
>
Try Here{" "}
Expand Down