Skip to content

Commit eb6a979

Browse files
committed
fixed color styles
1 parent aabe9d4 commit eb6a979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const Home = () => {
125125
<span className="text-red-600">Hi ,</span>
126126
<span className="text-white md:text-red-600">I am</span> </div>
127127
<div className="font-mono font-extrabold text-2xl md:text-4xl">
128-
<span className="text-red-600">Shuvayan</span> Ghosh
128+
<span className="text-red-600">Shuvayan</span> <span className="text-white">Ghosh</span>
129129
<span className="text-red-600"> Dastidar</span>
130130
</div>
131131
<div className="font-mono font-extrabold text-2xl">

0 commit comments

Comments
 (0)