- Updated the colors of the application;
- Added the ability for a user to partially update their profile
This commit is contained in:
@@ -133,13 +133,7 @@ export default function Home() {
|
||||
</section>
|
||||
<section className="flex flex-col gap-3">
|
||||
<span className="font-bold text-lg">Bio</span>
|
||||
<span className="text-mti-gray-taupe">
|
||||
Patricia Smith is a dedicated and enthusiastic student. Her passion for knowledge drives her to constantly seek new
|
||||
academic challenges. She is recognized for her exemplary work ethic, active participation in the classroom, and commitment
|
||||
to helping her peers. Her insatiable curiosity has led her to explore a wide range of areas of study, making her a
|
||||
versatile and adaptable learner. Patricia is a true academic leader, inspiring other students to pursue their own
|
||||
educational goals.
|
||||
</span>
|
||||
<span className="text-mti-gray-taupe">{user.bio || "Your bio will appear here..."}</span>
|
||||
</section>
|
||||
<section className="flex flex-col gap-3">
|
||||
<span className="font-bold text-lg">Score History</span>
|
||||
|
||||
Reference in New Issue
Block a user