Skip to content

Commit

Permalink
Removed the ability to edit the avatar image
Browse files Browse the repository at this point in the history
  • Loading branch information
nulzo committed Oct 31, 2023
1 parent 4d06a0d commit 30e22f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion frontend-ts/src/views/ProfileView.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import EditAvatar from "@/components/display/EditAvatar";
import LargeAvatar from "@/components/display/LargeAvatar";
import Header from "@/components/typography/Header";
import { Button } from "@/components/ui/button";
Expand Down
6 changes: 1 addition & 5 deletions frontend-ts/src/views/ScheduleView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ export default function ScheduleView() {
<div className="grid grid-cols-8 min-h-screen">
<div className="col-span-2 border-r">
<div className="flex justify-center mt-4">
<Calendar
mode="single"
initialFocus
className="text-primary"
/>
<Calendar mode="single" initialFocus className="text-primary" />
</div>
<Separator className="my-4" />
<div className="text-lg font-bold text-primary mb-4">
Expand Down

0 comments on commit 30e22f1

Please sign in to comment.