Skip to content

Commit 58b01c2

Browse files
committed
Add GitHub repo and original tweet links to Lego Pixellation entry
1 parent aaa30df commit 58b01c2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/components/blog-posts/cracked-dev.tsx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,23 @@ export function CrackedReactDev() {
151151
>
152152
Lego Pixellation
153153
</Link>
154-
{" - Convert images into legofied versions with pixel art aesthetic"}
154+
{" - Convert images into legofied versions with pixel art aesthetic ("}
155+
<Link
156+
href="https://github.com/rock-biter/lego-pixellation"
157+
target="_blank"
158+
className="text-primary hover:text-primary/80 underline underline-offset-2"
159+
>
160+
GitHub
161+
</Link>
162+
{", "}
163+
<Link
164+
href="https://x.com/__rockbiter/status/1984919825072664586"
165+
target="_blank"
166+
className="text-primary hover:text-primary/80 underline underline-offset-2"
167+
>
168+
Tweet
169+
</Link>
170+
{")"}
155171
</li>
156172
</ul>
157173

0 commit comments

Comments
 (0)