Skip to content

Commit

Permalink
feat : update cyberpunk theme
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielaDelPilarR committed Jul 25, 2024
1 parent 18361cf commit d8741cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Next add a `riggedRoll()` function. This function should predict the randomness
- [ ] Uncomment the code in `packages/nextjs/app/dice/page.tsx` to show a riggedRoll button and contract balance on the main UI tab. Now you can test your function without switching tabs.
- [ ] Does your riggedRoll function only call `rollTheDice()` when it's going to be a winning roll? What happens when it does call `rollTheDice()`?

![RiggedLosingRoll](https://raw.githubusercontent.com/Quantum3-Labs/speedrunstark/663143e24ecab9a71c2550ac5fe2d8fa5d23ee2c/packages/nextjs/public/rolldice.png)
![RiggedLosingRoll](https://raw.githubusercontent.com/Quantum3-Labs/speedrunstark/663143e24ecab9a71c2550ac5fe2d8fa5d23ee2c/packages/nextjs/public/ch3-roll.png)

---

Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useAccount } from "@starknet-react/core";
const Home: NextPage = () => {
const connectedAddress = useAccount();
return (
<div className="flex items-center flex-col flex-grow pt-10 text-neutral">
<div className="flex items-center flex-col flex-grow pt-10 text-neutral">
<div className="px-5 w-[90%] md:w-[75%]">
<h1 className="text-center mb-6">
<span className="block text-2xl mb-2">SpeedRunStarknet</span>
Expand Down

0 comments on commit d8741cf

Please sign in to comment.