Skip to content

Commit

Permalink
feat: add commit message function
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengstorf committed Dec 18, 2024
1 parent cc62e6b commit 222fa43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Local Netlify folder
.netlify
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function App() {
return (
<div className="App">
<h1>Is Die Hard a Christmas Movie?</h1>
<p>Hint: the answer is yes.</p>
<div className="poll">
<button onClick={() => handleVote('Yes')}>Yes</button>
<button onClick={() => handleVote('No')}>No</button>
Expand Down

0 comments on commit 222fa43

Please sign in to comment.