From 7a8e003e2e10733aacc75ff83b40ded31264c8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=20Mu=C3=B1oz?= Date: Sat, 30 May 2026 15:33:19 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20use=20=E2=80=9Cperry=20compile=E2=80=9D?= =?UTF-8?q?=20in=20code=20examples?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Similar to the changes in 208181153907cd119492b6b7e9684747503bb2c3, looks like this one slipped through the cracks and itโ€™s right there on the homepage ๐Ÿ™ˆ --- src/components/CodeExample.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CodeExample.tsx b/src/components/CodeExample.tsx index d314ff0..c1a2bca 100644 --- a/src/components/CodeExample.tsx +++ b/src/components/CodeExample.tsx @@ -144,7 +144,7 @@ export function CodeExample() {
${" "} perry{" "} - build{" "} + compile{" "} {examples[activeTab].filename}