Skip to content

Commit

Permalink
change go to dashboard button
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgaur99 committed Jun 4, 2024
1 parent 5ab56ce commit 90949b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import style from "./logged-in.module.scss";
import { Button3 } from "../../util/Button/Button";
import { Button1 } from "../../util/Button/Button";

export const LoggedIn = () => {
return (
Expand All @@ -19,7 +19,7 @@ export const LoggedIn = () => {
Please visit your Dashboard Here!πŸ‘‡
</div>
<a href="/dashboard">
<Button3 label="Go to Dashboard!" type="submit" />
<Button1 label="Go to Dashboard!" type="submit" />
</a>
</div>
</div>
Expand Down

0 comments on commit 90949b9

Please sign in to comment.