Skip to content

Commit

Permalink
major bt
Browse files Browse the repository at this point in the history
  • Loading branch information
Abh1noob committed Mar 12, 2024
1 parent 9a6693c commit 00c4acc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devsoc24-portal-fe/src/app/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Page() {
<Image src={Dashtitle as HTMLImageElement} alt="title" />
</div>
<div className="flex h-[100vh] w-[4.7rem] items-start justify-center gap-x-8 bg-background px-6 py-2 pt-12 max-[445px]:w-[3.7rem]">
<Link href="/">
<Link href="/home">
<ArrowLeft className="text-[#0019FF]" />
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion devsoc24-portal-fe/src/app/reset/reset-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function ResetForm() {

<p className="text-center text-sm text-muted-foreground">
Already have an account?{" "}
<Link href="/login" className="font-medium text-primary">
<Link href="/" className="font-medium text-primary">
Login
</Link>
</p>
Expand Down
2 changes: 1 addition & 1 deletion devsoc24-portal-fe/src/app/signup/signup-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default function SignupForm() {

<p className="text-center text-sm text-muted-foreground">
Already have an account?{" "}
<Link href="/login" className="font-medium text-primary">
<Link href="/" className="font-medium text-primary">
Login
</Link>
</p>
Expand Down

0 comments on commit 00c4acc

Please sign in to comment.