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({
35
35
< div className = "min-h-screen pt-5" >
36
36
< div className = "text-center" >
37
37
< 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" >
41
44
{ sp . q
42
45
? sp . q + ' in ' + capitalize ( decodeURIComponent ( language ) )
43
46
: capitalize ( decodeURIComponent ( language ) ) }
You can’t perform that action at this time.
0 commit comments