Skip to content

Commit

Permalink
added small lines
Browse files Browse the repository at this point in the history
  • Loading branch information
adhi0331 committed Nov 19, 2023
1 parent 8daea17 commit 4a734e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin-portal/src/app/(authorized)/mentees/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function MenteesPage() {
return (
<>
<main>
<div>{'This is the mentees page!'}</div>
<div>{'This is the mentees page! Here you will find all information regarding the mentees.'}</div>
</main>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion admin-portal/src/app/(authorized)/mentors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function MentorsPage() {
return (
<>
<main>
<div>{'This is the mentors page!'}</div>
<div>{'This is the mentors page! Here you will find all information regarding the mentors'}</div>
</main>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion admin-portal/src/app/(authorized)/sessions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function SessionsPage() {
return (
<>
<main>
<div>{'This is the sessions page!'}</div>
<div>{'This is the sessions page! Here you will find all information regarding the sessions'}</div>
</main>
</>
);
Expand Down

0 comments on commit 4a734e9

Please sign in to comment.