Skip to content

Commit

Permalink
spelling mistakes corrected - competitive and chronicles
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiyafatima09 committed Aug 17, 2024
1 parent 6049ce1 commit 1b22d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/activities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Activities() {
<div className="flex flex-col md:flex-row w-full h-full" data-aos="zoom-y-out" data-aos-delay="150">
<div className="highlight flex-1 flex items-center justify-center bg-black-800 p-8">
<div className="p-8 md:p-16">
<HyperText className="text-3xl font-bold mb-4 text-green-500" text="Competetive Programming" />
<HyperText className="text-3xl font-bold mb-4 text-green-500 " text="Competitive Programming" />
<h2 className="text-2xl font-bold mb-4 px-10">PB Hustle</h2>
<p className="text-lg text-justify px-16">
Point Blank has organized over 40+ editions of its PB Hustle
Expand Down Expand Up @@ -56,7 +56,7 @@ export default function Activities() {
<div className="highlight flex-1 flex items-center justify-center p-8 bg-black-800">
<div className="p-8 md:p-16 text-justify">
<HyperText className="text-3xl font-bold mb-4 text-green-500" text="Development" />
<h2 className="text-2xl font-bold mb-4">PB Chronicals</h2>
<h2 className="text-2xl font-bold mb-4">PB Chronicles</h2>
<p className="text-lg text-justify">
Point Blank has hosted over 100+ workshops, covering a wide range
of topics including open source, DevOps, machine learning,
Expand Down

0 comments on commit 1b22d9d

Please sign in to comment.