From 35bf098fb9239d154a8de66435f1739abc23af1d Mon Sep 17 00:00:00 2001 From: Benjtalkshow Date: Sat, 30 May 2026 12:16:06 +0100 Subject: [PATCH] fix(create): escape apostrophe in placeholder copy Fixes react/no-unescaped-entities lint error introduced in #254. --- app/bounty/create/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/bounty/create/page.tsx b/app/bounty/create/page.tsx index 70e00631..2255cfc2 100644 --- a/app/bounty/create/page.tsx +++ b/app/bounty/create/page.tsx @@ -44,8 +44,8 @@ export default function CreateBountyPage() { - We're building a powerful form to help you create bounties. Check back - soon! + We're building a powerful form to help you create bounties. Check + back soon!