File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,22 @@ export default function WhatWeDo({
9797 />
9898
9999 < Card
100- title = "🏆 JumboHack"
100+ title = {
101+ < >
102+ 🏆{ " " }
103+ < a href = "https://jumbohack.org" target = "_blank" className = "hover:underline" >
104+ JumboHack
105+ </ a >
106+ </ >
107+ }
101108 body = {
102109 variant === "compact" ? (
103110 < p >
104111 Each year we host JumboHack, a 48-hour hackathon that brings
105112 together Boston area students to develop software for social
106- good.
113+ good. To learn more, visit the{ " " }
114+ < a href = "https://jumbohack.org" target = "_blank" > JumboHack website</ a >
115+ .
107116 </ p >
108117 ) : (
109118 < >
@@ -115,7 +124,7 @@ export default function WhatWeDo({
115124 < p >
116125 It’s a fast-paced, collaborative event designed to inspire
117126 creativity and drive impact. To learn more, visit the{ " " }
118- < a href = "https://jumbohack.org" > JumboHack website</ a > .
127+ < a href = "https://jumbohack.org" target = "_blank" > JumboHack website</ a > .
119128 </ p >
120129 </ >
121130 )
@@ -132,7 +141,7 @@ function Card({
132141 body,
133142 imageSrc,
134143} : {
135- title : string ;
144+ title : string | React . ReactNode ;
136145 body : React . ReactNode ;
137146 imageSrc : string ;
138147} ) {
You can’t perform that action at this time.
0 commit comments