From 1d48fe37a684a98ec4a3efa1be66491a4d5cebb0 Mon Sep 17 00:00:00 2001 From: Ian Rohde <1634505+ianrohde@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:02:23 -0800 Subject: [PATCH] Update frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx Co-authored-by: Jordan Costa <95656772+jordycosta@users.noreply.github.com> --- frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx b/frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx index 9daff576..480ff0a8 100644 --- a/frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx +++ b/frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx @@ -78,7 +78,7 @@ export async function generateMetadata({ const metaTitle = `Troubleshooting Problems for ${device} - iFixit`; const metaDescription = - 'Is your ${device} not working? You are not alone. View common problems and explore potential solutions. Learn the steps you can take to troubleshoot and fix the problem yourself.'; + `Is your ${device} not working? You are not alone. View common problems and explore potential solutions. Learn the steps you can take to troubleshoot and fix the problem yourself.`; return { metadataBase: new URL(ifixitOrigin),