Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 19, 2024
1 parent 51feedb commit c70bf03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/pages/codingClubs/Primary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const Primary: FC<PrimaryProps> = () => {
img={{ alt: "aboutUs", src: AboutUsImage }}
>
<Typography>
Download your FREE coding club pack for students aged 7-11. This
pack introduces students to the first principles of Python at a
faster pace than the regular lesson plans. It is aimed at students
already interested in learning coding and can be used in clubs, at
home or in school, on or offline.
Download your FREE coding club pack for students aged 7-11. This pack
introduces students to the first principles of Python at a faster pace
than the regular lesson plans. It is aimed at students already
interested in learning coding and can be used in clubs, at home or in
school, on or offline.
</Typography>
<Typography>
View the resources{" "}
Expand Down
10 changes: 5 additions & 5 deletions src/pages/codingClubs/Python.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ const Python: FC<PythonProps> = () => {
direction="row-reverse"
>
<Typography>
Download your FREE coding club pack for students aged 12 and above.
This pack is a fast paced introduction to Python. It is aimed at
students already interested in learning coding, individuals looking
to learn and run their own club, or adults wanting to try coding
out. It is designed to be used in face-to-face or online clubs.
Download your FREE coding club pack for students aged 12 and above. This
pack is a fast paced introduction to Python. It is aimed at students
already interested in learning coding, individuals looking to learn and
run their own club, or adults wanting to try coding out. It is designed
to be used in face-to-face or online clubs.
</Typography>
<Typography>
View the resources{" "}
Expand Down

0 comments on commit c70bf03

Please sign in to comment.