Skip to content

Commit 86d65ed

Browse files
Merge pull request #154 from hack-rpi/William-moreheaderchanges
William moreheaderchanges
2 parents 4a3ac9c + 7179070 commit 86d65ed

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

components/nav-bar/desktop/nav-bar-desktop.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ export default function DesktopNavBar({ links }: { links: NavGroup[] }) {
6969
>
7070
Code of Conduct
7171
</Link>
72+
73+
<Link
74+
href="https://securelb.imodules.com/s/1225/lg22/form.aspx?sid=1225&gid=1&pgid=6795&cid=15861&dids=257&bledit=1&sort=1"
75+
className="mx-2 whitespace-nowrap text-lg xl:text-xl bg-[length:0%_2px] bg-no-repeat bg-left-bottom transition-all duration-200 bg-gradient-to-r from-hackrpi-yellow to-hackrpi-pink hover:bg-[length:100%_2px]"
76+
target="_blank"
77+
>
78+
Give Now
79+
</Link>
7280
</div>
7381
<div className="ml-2">
7482
<RegistrationButton className="w-auto" />

components/nav-bar/mobile/nav-bar-mobile.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,22 @@ export default function MobileNavBar({ links }: { links: NavGroup[] }) {
6767
>
6868
2048 Leaderboard
6969
</Link> */}
70+
7071
<Link
7172
href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf"
7273
className="w-11/12 whitespace-nowrap text-2xl p-2 bg-[length:0%_4px] bg-no-repeat bg-left-bottom transition-all duration-200 bg-gradient-to-r from-hackrpi-primary-blue to-hackrpi-primary-blue hover:bg-[length:100%_4px]"
7374
target="_blank"
7475
>
7576
Code of Conduct
7677
</Link>
78+
79+
<Link
80+
href="https://securelb.imodules.com/s/1225/lg22/form.aspx?sid=1225&gid=1&pgid=6795&cid=15861&dids=257&bledit=1&sort=1"
81+
className="w-11/12 whitespace-nowrap text-2xl p-2 bg-[length:0%_4px] bg-no-repeat bg-left-bottom transition-all duration-200 bg-gradient-to-r from-hackrpi-primary-blue to-hackrpi-primary-blue hover:bg-[length:100%_4px]"
82+
target="_blank"
83+
>
84+
Give Now
85+
</Link>
7786
</div>
7887
</div>
7988
</nav>

tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config: Config = {
5656
screens: {
5757
desktop: "860px",
5858
xs: "475px",
59-
shift: { max: "950px" },
59+
shift: { max: "1150px" },
6060
"2xs": "375px",
6161
},
6262
backgroundImage: {

0 commit comments

Comments
 (0)