Skip to content

Commit

Permalink
Test automatic deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 1, 2024
1 parent 5d34cad commit 00f09a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Header = () => {
<div className="py-5 text-center"> {/* Add padding and centering classes */}
<Container>
<h1>Find a word in a random YouTube video</h1>
<p>Words in Action: Explore Your Vocabulary in Every Clip!</p>
<p>Words in Action: Explore Your Vocabulary in Every Clip</p>
</Container>
</div>
);
Expand Down

0 comments on commit 00f09a7

Please sign in to comment.