Skip to content

Commit

Permalink
Formated with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-rmz committed Apr 10, 2024
1 parent 2b08bf4 commit 5f3e2df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Profile = () => {
<div className="mb-6">
<div className="mx-auto flex justify-between">
<h3 className="text-2xl font-medium">Co-workers</h3>
<p className="text-graySubtitle cursor-pointer self-center text-sm">
<p className="cursor-pointer self-center text-sm text-graySubtitle">
Show More
</p>
</div>
Expand All @@ -71,7 +71,7 @@ const Profile = () => {
<div>
<div className="mx-auto flex justify-between">
<h3 className="text-2xl font-medium">Projects</h3>
<p className="text-graySubtitle cursor-pointer self-center text-sm">
<p className="cursor-pointer self-center text-sm text-graySubtitle">
Show More
</p>
</div>
Expand All @@ -86,7 +86,7 @@ const Profile = () => {
{/* Strenghts */}
<div className="mx-auto flex justify-between">
<h3 className="text-2xl font-medium">Strengths</h3>
<p className="text-graySubtitle cursor-pointer self-center text-sm">
<p className="cursor-pointer self-center text-sm text-graySubtitle">
Show More
</p>
</div>
Expand All @@ -100,7 +100,7 @@ const Profile = () => {
{/* Oportunity Areas */}
<div className="mx-auto flex justify-between">
<h3 className="text-2xl font-medium">Oportunity Areas</h3>
<p className="text-graySubtitle cursor-pointer self-center text-sm">
<p className="cursor-pointer self-center text-sm text-graySubtitle">
Show More
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ProjectCard() {
<div className="flex items-center gap-20 rounded-lg bg-white p-4">
<div>
<h3 className="pb-2 text-lg font-medium">Project 1</h3>
<p className="text-graySubtitle pb-4 text-sm">In progress</p>
<p className="pb-4 text-sm text-graySubtitle">In progress</p>
<div className="ml-[6px]">
<UserProfileButton size="xs" className="mx-[-6px]" />
<UserProfileButton size="xs" className="mx-[-6px]" />
Expand Down
4 changes: 2 additions & 2 deletions components/ProjectExtendedCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const ProjectExtendedCard = () => {
<div className="flex items-center gap-20 rounded-lg bg-white p-5">
<div>
<h3 className="pb-2 text-lg font-medium">Project 1</h3>
<p className="text-graySubtitle pb-4 text-sm">Sep 2023 - Dec 2023</p>
<p className="text-grayText w-[30ch] pb-4 text-xs">
<p className="pb-4 text-sm text-graySubtitle">Sep 2023 - Dec 2023</p>
<p className="w-[30ch] pb-4 text-xs text-grayText">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non
risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec,
ultricies sed, dolor...
Expand Down

0 comments on commit 5f3e2df

Please sign in to comment.