Skip to content

Commit 3b2ac1d

Browse files
committed
Add link to the source code
1 parent 6d55934 commit 3b2ac1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/App.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ export default function App() {
4848
</Button>
4949
<Button onClick={() => setValues(clear)}>Clear</Button>
5050
<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>
5157
</div>
5258
<ol className="grid grid-cols-[repeat(25,20px)]">
5359
{values.map((value, i) => {

0 commit comments

Comments
 (0)