Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing to use github actions #71

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
change h1
  • Loading branch information
Fullstack-David committed Oct 31, 2024
commit ad7fa560d57f852e770ba3e2c7cacc8b922c8af9
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ const App = () => {
<div className="App">
<Confetti />
<header className="App-header">
<h1 style={{ marginBottom: "0px" }}>Congratulations!!!</h1>
<h1 style={{ marginBottom: "0px" }}>Congratulations MR.David!!!</h1>
<p style={{ marginTop: "10px", marginBottom: "50px" }}>
You ran your first container.
</p>