From 24aee444d7b216b69bbb1286f6865b276b04f2a7 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 30 Dec 2022 16:23:23 -0600 Subject: [PATCH] Fix key/unescaped entities --- src/components/AppWrapper.tsx | 4 ++-- src/pages/phototag.tsx | 4 ++-- src/pages/projects.tsx | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/AppWrapper.tsx b/src/components/AppWrapper.tsx index f5ed828..9d6b68c 100644 --- a/src/components/AppWrapper.tsx +++ b/src/components/AppWrapper.tsx @@ -58,9 +58,9 @@ const AppWrapper: FunctionComponent = ({children}: WrapperProps) =
{navigation.map((item) => ( - + {

Phototag is a powerful tool that helps you quickly and easily add rich, descriptive tags to your - photos. Using Google's Vision API, Phototag automatically generates tags based on the visual + photos. Using Google's Vision API, Phototag automatically generates tags based on the visual content of your photos, making it easier than ever to organize and find your photos.

@@ -40,7 +40,7 @@ const PhototagPage: NextPage = () => { Phototag into your existing - workflow on Windows. Whether you're a professional photographer or a casual snapshot taker, + workflow on Windows. Whether you're a professional photographer or a casual snapshot taker, Phototag is the perfect tool for adding clarity and context to your photos.

diff --git a/src/pages/projects.tsx b/src/pages/projects.tsx index 45c55d6..e7aa2dc 100644 --- a/src/pages/projects.tsx +++ b/src/pages/projects.tsx @@ -2,8 +2,7 @@ import {NextPage} from "next"; import AppWrapper from "../components/AppWrapper"; const ProjectsPage: NextPage = () => { - return - + return ; } export default ProjectsPage; \ No newline at end of file