Skip to content

Commit

Permalink
translation is for losers
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Dec 25, 2023
1 parent 9d60e87 commit 8d0267c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DashboardElements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useAuthContext } from "../util/auth";
export function Profile() {
const authContext = useAuthContext();
return (
<div className="lg:sticky lg:self-start lg:translate-y-1/4 lg:top-28 mt-28 overflow-auto self-center px-10 py-4 w-80 h-fit mb-8 lg:mb-0">
<div className="lg:sticky lg:self-start lg:top-28 mt-28 overflow-auto self-center px-10 py-4 w-80 h-fit mb-8 lg:mb-0">
<div className="w-full aspect-square bg-primary-950 rounded-full mb-2 overflow-hidden">
<img
className="w-full h-full block"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/MentorDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function MentorDashboard() {
</div>
</div>

<div className="lg:sticky lg:self-start lg:translate-y-1/4 lg:top-28 mt-28 overflow-auto self-center px-10 py-4 w-80 h-fit mb-8 lg:mb-0">
<div className="lg:sticky lg:self-start lg:top-28 mt-28 overflow-auto self-center px-10 py-4 w-80 h-fit mb-8 lg:mb-0">
<div className="mb-8">
<h3 className="font-semibold text-2xl mb-2">Overall Stats</h3>
<div>
Expand Down

0 comments on commit 8d0267c

Please sign in to comment.