Skip to content

Commit

Permalink
Merge pull request #71 from BuidlGuidl/staging
Browse files Browse the repository at this point in the history
Merge Staging
  • Loading branch information
Avelous authored Jan 7, 2025
2 parents a6b9791 + 5c9dfd1 commit 0b1fa88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Home: NextPage = () => {
</div> */}

<div>
<div className="mx-auto mt-5 border p-6 rounded-md bg-base-100 shadow-2xl flex flex-col">
<div className="mx-auto mt-5 p-6 rounded-md bg-base-100 shadow-2xl flex flex-col">
<div className="box">
<WelcomeRoll />
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/dicedemo/WelcomeRoll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const WelcomeRoll = () => {
}, [rolledResult]);

return (
<div className="bg-white overflow-hidden h-fit">
<div className=" overflow-hidden h-fit">
<div className="flex justify-center mt-2">
<button className="btn btn-sm btn-primary " onClick={rollTheDice} disabled={isRolling || spinning || isHacked}>
{spinning && <span className="loading loading-spinner"></span>}
Expand Down

0 comments on commit 0b1fa88

Please sign in to comment.