Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teoh4770 authored Mar 22, 2024
1 parent 27592d5 commit 845d18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Team.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const Member: React.FC<MemberProps> = ({ name, title, profile }) => {
const Department: React.FC<DepartmentProps> = ({ title, members }) => {
return (
<div>
<h3 className="ext-2xl mb-6 text-2xl font-semibold capitalize md:mb-8">
<h3 className="text-2xl mb-6 text-2xl font-semibold capitalize md:mb-8">
{title}
</h3>
<ul className="grid-auto-md lg:grid-auto-xl">
Expand Down

0 comments on commit 845d18f

Please sign in to comment.