Fixed typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2023-02-14 23:38:15 -05:00
parent 0b4b669c79
commit 1a1e10ac54
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export default function Academics() {
<ComponentWrapper
heading="How many years of coding experience did you have prior to 1A?"
bodyText="Almost 70% of the students that participated had minimal to no coding experience (0 - 2 years), prior to coming into UW. It goes to show that years of programm:ing knowledge is not required to be admitted into CS / CFM / CS/BBA at UW."
bodyText="Almost 70% of the students that participated had minimal to no coding experience (0 - 2 years), prior to coming into UW. It goes to show that years of programming knowledge is not required to be admitted into CS / CFM / CS/BBA at UW."
>
<div className={styles.graphContainer}>
<PieChart data={A1} {...pieChartProps(isMobile, pageWidth)} />