File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff 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" />
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments