Skip to content

Commit

Permalink
Testing Length Handling on Project names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Kwan committed Dec 19, 2023
1 parent 10ffa70 commit e07ef7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ProjectCard: React.FC<ProjectCardProps> = ({
/>
</div>
<div className="p-2.5 md:p-2.5 flex justify-between items-center">
<h3 className="text-lg font-medium text-gray-900">{name}</h3>
<h3 className="text-md font-medium text-gray-900">{name}</h3>
<p className="text-sm font-medium text-gray-500">{date}</p>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ export default function Projects() {
imageSrc="https://i.redd.it/vo9vm1fcqrp71.jpg"
onClick={() => {}}
/>
{/* <ProjectCard
name="AI WhatsApp ChatBot for Travel/Hospitality (Internship)"
date="August 2023 - December 2023"
imageSrc="https://i.redd.it/vo9vm1fcqrp71.jpg"
onClick={() => {}}
/> */}
</div>
<p className="text-lg text-white">
Here&apos;s some sample text since my website is still under
Expand Down

0 comments on commit e07ef7b

Please sign in to comment.