We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d55934 commit 3b2ac1dCopy full SHA for 3b2ac1d
src/components/App.tsx
@@ -48,6 +48,12 @@ export default function App() {
48
</Button>
49
<Button onClick={() => setValues(clear)}>Clear</Button>
50
<Button onClick={() => setValues(randomize)}>Randomize</Button>
51
+ <a
52
+ className="text-blue-600 underline"
53
+ href="https://github.com/ahuth/checkbox-life"
54
+ >
55
+ Source code
56
+ </a>
57
</div>
58
<ol className="grid grid-cols-[repeat(25,20px)]">
59
{values.map((value, i) => {
0 commit comments