Skip to content

Commit 5f11edb

Browse files
committed
Update index.tsx to include User Dashboard button
1 parent 766b96a commit 5f11edb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

client/src/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// this is the path to this page
22
// src/pages/index.tsx
33

4+
import ButtonGoUserDashboard from "../components/ui/button_go_user_dashboard";
45
import ButtonGoOrganizationDashboard from "../components/ui/button_go_user_page";
56

67
// this is a react functional component
@@ -26,6 +27,7 @@ const LandingPage = () => {
2627
*/}
2728

2829
<ButtonGoOrganizationDashboard />
30+
<ButtonGoUserDashboard />
2931
</div>
3032
);
3133
};

0 commit comments

Comments
 (0)