PR fixes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jared He 2022-11-09 19:55:12 -05:00
parent f6a0674923
commit 421fbac793
3 changed files with 3 additions and 4 deletions

View File

@ -15,7 +15,6 @@
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-end;
gap: calc(20rem / 16);
}

View File

@ -36,7 +36,7 @@
}
.blurb h1 {
margin-top: calc(0rem / 16);
margin-top: 0;
}
.classYear {

View File

@ -1,5 +1,5 @@
import { mockTimelineData } from "data/mocks";
import { PageRoutes } from "data/routes";
import { pageRoutes } from "data/routes";
import Link from "next/link";
import React from "react";
@ -61,7 +61,7 @@ export default function Home() {
you see!
</p>
</CenterWrapper>
<Sections data={PageRoutes} />
<Sections data={pageRoutes} />
<Timeline data={mockTimelineData} />
<p>
Click <Link href="/playground">here</Link> to visit the playground