Skip to content

Commit a106391

Browse files
committed
no more email
1 parent 3f0bf2b commit a106391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/PuzzleClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function isPuzzleSolved(tiles: (number | null)[]) {
9898

9999
const ALL_FACTS = [
100100
// 1
101-
`I'm Zak - this is my website <a href="mailto:[email protected]" style="font-size: 0.8em;">[email protected]</a>`,
101+
`I'm Zak - this is my website`,
102102
// 2
103103
`Find me on <a href="https://www.linkedin.com/in/zakandrewking/" target="_blank">LinkedIn</a>`,
104104
// 3

0 commit comments

Comments
 (0)