diff --git a/pages/pro-help/index.page.tsx b/pages/pro-help/index.page.tsx index 99eb27681..1fcc64060 100644 --- a/pages/pro-help/index.page.tsx +++ b/pages/pro-help/index.page.tsx @@ -98,7 +98,7 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) { >

{contractor.name} - + {contractor.type}

@@ -140,7 +140,8 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) { viewBox='0 0 448 512' strokeWidth={1.5} stroke='currentColor' - className='w-5 inline-block me-1' + fill='currentColor' + className='w-5 inline-block me-1 text-gray-800 dark:text-white' > @@ -161,10 +162,11 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) { viewBox='0 0 496 512' strokeWidth={1.5} stroke='currentColor' - className='w-5 inline-block me-1' + className='w-5 inline-block me-1 fill-current text-gray-800 dark:text-gray-200' > + {`https://github.com/${contractor.github}`} @@ -180,7 +182,11 @@ export default function ProHelp({ contractorData }: ProHelpPageProps) { /> Reach out diff --git a/styles/globals.css b/styles/globals.css index cd327de8f..7d786ece1 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -295,8 +295,8 @@ border-radius: 4px; */ border-radius: 8px; } .scrollbar-hidden { - scrollbar-width: none; + scrollbar-width: none; } .scrollbar-hidden::-webkit-scrollbar { display: none; -} \ No newline at end of file +}