File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/app/(public)/repos/[language] Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,12 @@ export default async function ReposPage({
3535 < div className = "min-h-screen pt-5" >
3636 < div className = "text-center" >
3737 < div className = "w-5/6 max-w-md mx-auto" >
38- < h1 className = "mb-5 text-5xl font-medium uppercase text-hacktoberfest-light-blue" >
39- { repos . total_count } repositories for{ ' ' }
40- < span className = "font-mono font-bold text-hacktoberfest-pink" >
38+ < h1 className = "mb-5 text-5xl font-medium uppercase text-hacktoberfest-light" >
39+ < span className = "font-bold heading-text" >
40+ { repos . total_count }
41+ </ span > { ' ' }
42+ repositories for{ ' ' }
43+ < span className = "font-bold heading-text" >
4144 { sp . q
4245 ? sp . q + ' in ' + capitalize ( decodeURIComponent ( language ) )
4346 : capitalize ( decodeURIComponent ( language ) ) }
You can’t perform that action at this time.
0 commit comments