Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad-Ahmed-03 committed Nov 5, 2024
1 parent bc7a96a commit 738379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function App() {
}, []);

return (
<div className="App">
<div className="App test">
{/* Add the "scrolled" class to Header when isScrolled is true */}
<header className={`App-header ${isScrolled ? 'scrolled' : ''}`}>
<Header
Expand Down

0 comments on commit 738379f

Please sign in to comment.