Skip to content

Commit

Permalink
changed app name in app.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanbwp committed Jun 27, 2024
1 parent 2bb21a4 commit 94a862e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
- main

jobs:
deploy:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function App() {

return (
<div className="container mx-auto px-4 py-8">
<h1 className="text-3xl font-bold mb-6 text-center">Random Selector</h1>
<h1 className="text-3xl font-bold mb-6 text-center">Random Item Selector</h1>
<div className="flex flex-col lg:flex-row gap-8">
<div className="w-full lg:w-2/3">
<SpinWheel items={items} onSpinComplete={handleSpinComplete} />
Expand Down

0 comments on commit 94a862e

Please sign in to comment.