Skip to content

Commit

Permalink
Merge pull request #112 from HackDavis/fix/AdjustTimerDOE
Browse files Browse the repository at this point in the history
small adjustments with Sam
  • Loading branch information
winzamark123 authored Apr 27, 2024
2 parents 0169964 + e4954df commit 8c9843f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export default function Schedule() {
<div
className={`${styles.scheduleContainer} tw-sticky tw-top-0 tw-z-40 tw-bg-white tw-px-1/10 tw-pt-24`}
>
<div className=" tw-flex tw-flex-wrap tw-items-center tw-justify-between tw-py-4">
<h1 className="tw-pr-8 tw-text-4xl tw-font-semibold md:tw-text-5xl lg:tw-text-6xl">
<div className=" tw-flex tw-flex-wrap tw-items-center tw-justify-between ">
<h1 className="tw-pr-8 tw-text-4xl tw-font-semibold md:tw-text-5xl ">
Schedule
</h1>
<div className="tw-flex tw-gap-4">
Expand Down
10 changes: 5 additions & 5 deletions app/(pages)/_data/resourceData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ export const resourcePack: ResourceType[] = [
];

export const resourcePackDOE: ResourceType[] = [
{
icon: <FaCalendarDay />,
title: 'SCHEDULE',
url: '/event/schedule',
},
{
icon: <SiNotion />,
title: 'STARTER PACK',
Expand All @@ -51,9 +56,4 @@ export const resourcePackDOE: ResourceType[] = [
title: 'SAFETY INFO',
url: 'https://www.notion.so/hackdavis/HackDavis-Safety-42561065cd254194bc26bcf48432f36a',
},
{
icon: <FaCalendarDay />,
title: 'SCHEDULE',
url: '/event/schedule',
},
];

0 comments on commit 8c9843f

Please sign in to comment.