File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,14 +182,12 @@ const MdContent = () => {
182182 </ >
183183 ) }
184184
185- { name ||
186- twitter ||
187- ( email && (
188- < >
189- { `- [Contact](#handshake-contact)` }
190- < br />
191- </ >
192- ) ) }
185+ { ( name || twitter || email ) && (
186+ < >
187+ { `- [Contact](#handshake-contact)` }
188+ < br />
189+ </ >
190+ ) }
193191
194192 { acknowledgements . length > 0 && (
195193 < >
@@ -1143,8 +1141,10 @@ const MdContent = () => {
11431141 { `## :handshake: Contact` }
11441142 < br />
11451143 < br />
1146- { `${ name && name } - ${ twitter && `[@twitter_handle](${ twitter } )` } - ${ email && email
1147- } `}
1144+ { `${ name && name } - ${ twitter && `[@twitter_handle](${ twitter } )` } - ${
1145+ email && email
1146+ } `}
1147+ < br />
11481148 < br />
11491149 { `${ projectLink && `Project Link: [${ projectLink } ](${ projectLink } )` } ` }
11501150 </ >
You can’t perform that action at this time.
0 commit comments