File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ function Hero() {
22
22
< div className = "hero-overlay w-0 bg-opacity-60" > </ div >
23
23
< div className = "text-center hero-content" >
24
24
< div className = "max-w-md" >
25
- < h1 className = "mb-5 text-neutral-700 text-5xl font-bold uppercase" >
25
+ < h1 className = "mb-5 text-2023-manga-3 text-5xl font-bold uppercase" >
26
26
Select your language
27
27
</ h1 >
28
- < p className = "mb-5 text-neutral-700 font-semibold uppercase" >
28
+ < p className = "mb-5 text-2023-manga-3 font-semibold uppercase" >
29
29
Select the programming language you would like to find repositories
30
30
for.
31
31
</ p >
@@ -57,7 +57,7 @@ function Hero() {
57
57
onSubmit = { handleSubmit }
58
58
>
59
59
< label className = "label" >
60
- < span className = "label-text text-neutral-700 " > Can't find your language?</ span >
60
+ < span className = "label-text text-2023-manga-3 " > Can't find your language?</ span >
61
61
</ label >
62
62
< div className = "flex" >
63
63
< input
You can’t perform that action at this time.
0 commit comments