Skip to content

Commit

Permalink
Merge pull request #93 from IT-Academy-BCN/feature/format-titles
Browse files Browse the repository at this point in the history
Feature/format titles
  • Loading branch information
vicenlu authored Oct 18, 2023
2 parents dfe1edd + 321012a commit 9d39a36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Collaborators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Collaborators() {
return (
<section className="mt-14 mb-10">
<div className="flex justify-center">
<p className="text-4xl font-extrabold my-5">
<p className="font-bold text-4xl my-5">
Colaboradores de proyectos
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/TeamSectionComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TeamsectionComponent = () => (
<img style={{ gridColumn: "5" }} src={ImgVector}></img>
</div>

<h1 className="font-poppins font-bold text-4xl leading-58 ">
<h1 className="font-bold text-4xl leading-58 ">
Equipos de trabajo
</h1>
<h3 className="font-poppins font-medium text-base text-gray-600 mt-5">
Expand Down
2 changes: 1 addition & 1 deletion src/components/apps/appsHomepageView/TitleApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const TitleApps = () => {
src={curvedArrow}
></img>

<h2 className="font-black text-4xl text-center col-span-6">
<h2 className="font-bold text-4xl text-center col-span-6">
Directorio de aplicaciones IT Academy
</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/faqs/FAQsComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const FAQs = () => {
<div className="bg-white rounded-md mx-6 lg:px-10 pb-5 mt-32">
<div className="w-full">
{window.location.pathname === "/" && (
<h2 className="font-black text-3xl text-center font-poppins mb-6">
<h2 className="font-bold text-4xl text-center mb-6">
Preguntas frecuentes
</h2>
)}
Expand Down

0 comments on commit 9d39a36

Please sign in to comment.