From af3461b026f6938cd586042a8857ea8209eb277b Mon Sep 17 00:00:00 2001 From: Ben Miller Date: Wed, 12 Aug 2020 09:56:44 -0700 Subject: [PATCH] Fix quote mismatch --- client/patterns/full-background/Details.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/patterns/full-background/Details.tsx b/client/patterns/full-background/Details.tsx index cc9af0f..7666328 100644 --- a/client/patterns/full-background/Details.tsx +++ b/client/patterns/full-background/Details.tsx @@ -61,7 +61,7 @@ const Details: React.FC<{}> = () => { width: 100%; /* Background */ - background: url("/assets/full-background.jpeg") center center / cover no-repeat; + background: url('/assets/full-background.jpeg') center center / cover no-repeat; "> ...