From 5dcc6ae0a6c4f3d23e72507731301be49d08ade9 Mon Sep 17 00:00:00 2001 From: denshooter Date: Fri, 9 Jan 2026 12:57:08 +0100 Subject: [PATCH] fix: Remove newline from quote string literal --- app/components/ActivityFeed.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/ActivityFeed.tsx b/app/components/ActivityFeed.tsx index 86304d4..8a534f4 100644 --- a/app/components/ActivityFeed.tsx +++ b/app/components/ActivityFeed.tsx @@ -1116,8 +1116,7 @@ export default function ActivityFeed() { author: "Jonathan Sachs", }, { - content: "If you cannot explain a program to yourself, the chance of the -computer getting it right is pretty small.", + content: "If you cannot explain a program to yourself, the chance of the computer getting it right is pretty small.", author: "Bob Frankston", }, {