File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) {
187187 </ a >
188188 </ div >
189189 < div className = 'text-sm w-full' >
190- < StyledMarkdown markdown = { contractor . bio } />
190+ < StyledMarkdown markdown = { contractor . bio } />
191191 < p className = 'my-3 font-bold' >
192192 Previous work and relevant links
193193 </ p >
@@ -215,4 +215,4 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) {
215215 ) ;
216216}
217217
218- ProHelp . getLayout = getLayout ;
218+ ProHelp . getLayout = getLayout ;
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ border-radius: 4px; */
295295 border-radius : 8px ;
296296}
297297.scrollbar-hidden {
298- scrollbar-width : none;
298+ scrollbar-width : none;
299299}
300300.scrollbar-hidden ::-webkit-scrollbar {
301301 display : none;
302- }
302+ }
You can’t perform that action at this time.
0 commit comments