Skip to content

Commit

Permalink
github actions successfully deployed, made a changes on header for te…
Browse files Browse the repository at this point in the history
…sting
  • Loading branch information
nsaimk committed Feb 6, 2024
1 parent ad18887 commit e6c4005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function App() {
return (
<div className="App">
<header className="App-header">
<h1 className="title">Video Recommendation</h1>
<h1 className="title">Video Recommendation - AWS</h1>
</header>
<AddVideo addVideo={addVideo} />
<div className="sort-button">
Expand Down

0 comments on commit e6c4005

Please sign in to comment.