Skip to content

Commit 54e8ca8

Browse files
authored
Merge pull request #42 from urwah1248/fix/updated-invalid-propname
Updated invalid prop name "classname" to "className"
2 parents f693ac9 + 1c9f88a commit 54e8ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/Authentication/Background.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import authBgImg from "../Assets/AuthBgImage.svg";
44
function Background() {
55
return (
66
<div>
7-
<p classname="tweeterHeadd" style={{
7+
<p className="tweeterHeadd" style={{
88
position: "absolute",
99
width: "9vh",
1010
height: "9vh",

0 commit comments

Comments
 (0)