We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2779a0c commit 5aa9a02Copy full SHA for 5aa9a02
1 file changed
client/src/components/ScuntTitle/ScuntTitle.jsx
@@ -12,8 +12,7 @@ import './ScuntTitle.scss';
12
13
export const ScuntTitle = () => {
14
return (
15
- //<div className="scunt-title-container">
16
- <>
+ <div className="scunt-title-container">
17
<img className="scunt-title-image" src="\src\assets\scunt\scunt-photo.jpg"></img>
18
<div className="scunt-title-gradient"></div>
19
<h1 className="scunt-home-title-text">
@@ -22,8 +21,7 @@ export const ScuntTitle = () => {
22
21
HUNT
23
</h1>
24
<ScuntCountdown />
25
- </>
26
- //</div>
+ </div>
27
);
28
};
29
0 commit comments