Skip to content

Commit 0253eba

Browse files
committed
refactor: fix checks by formatting code
1 parent 4e32049 commit 0253eba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/pro-help/index.page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

styles/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)