Skip to content

Commit

Permalink
fix: removed edit button (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rtega authored and ElrohirGT committed Oct 28, 2024
1 parent 845dc13 commit eaa2d07
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 137 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ export default function StudentDashboardTopbar({
logoutUser();
navigateToLogin()(navigate);
}}
style={{
position: "absolute",
right: "0",
marginRight: "3rem",
marginTop: "12rem",
}}
/>
</div>
);
Expand Down
Loading

0 comments on commit eaa2d07

Please sign in to comment.