fix sample page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rebecca-Chou 2022-10-02 23:02:13 -04:00
parent a66bb7f82c
commit 989eb9f7e2
1 changed files with 6 additions and 1 deletions

View File

@ -123,7 +123,12 @@ export default function SamplePage() {
height={500}
/>
</ComponentWrapper>
<BottomNav leftPage="" rightPage="" />
<BottomNav
leftPageLink="/"
leftPageName="Demographics"
rightPageLink="/"
rightPageName="View Co-ops"
></BottomNav>
</div>
);
}