Skip to content

Commit 5aa9a02

Browse files
committed
Fix title position
1 parent 2779a0c commit 5aa9a02

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

client/src/components/ScuntTitle/ScuntTitle.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import './ScuntTitle.scss';
1212

1313
export const ScuntTitle = () => {
1414
return (
15-
//<div className="scunt-title-container">
16-
<>
15+
<div className="scunt-title-container">
1716
<img className="scunt-title-image" src="\src\assets\scunt\scunt-photo.jpg"></img>
1817
<div className="scunt-title-gradient"></div>
1918
<h1 className="scunt-home-title-text">
@@ -22,8 +21,7 @@ export const ScuntTitle = () => {
2221
HUNT
2322
</h1>
2423
<ScuntCountdown />
25-
</>
26-
//</div>
24+
</div>
2725
);
2826
};
2927

0 commit comments

Comments
 (0)