Skip to content

Commit

Permalink
Update frontend/app/(defaultLayout)/Troubleshooting/[device]/page.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Costa <[email protected]>
  • Loading branch information
ianrohde and jordycosta authored Dec 19, 2023
1 parent 77b79e4 commit 1d48fe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 1d48fe3

Please sign in to comment.