Added Header to sample page

This commit is contained in:
Shahan Nedadahandeh 2022-09-03 11:07:35 -07:00
parent d12261266e
commit 0a5dfaf0d9
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export default function SamplePage() {
heading="What program are you in?"
bodyText="There are a total of 106 respondents of the CS Class Profile. Interestingly, there are a huge number of students that are just in CS, partially due to the overwhelming number of people in CS as seen in the total demographics."
>
<Header />
<BarGraphVertical
data={mockCategoricalData}
// For components that are in the side wrappers, it looks better if they fill a certain amount of width, so we can make the width dynamic like this