mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-15 20:13:46 -06:00
Fix key/unescaped entities
This commit is contained in:
@@ -32,7 +32,7 @@ const PhototagPage: NextPage = () => {
|
||||
|
||||
<p>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.</p>
|
||||
<p>
|
||||
@@ -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.
|
||||
</p>
|
||||
|
||||
@@ -2,8 +2,7 @@ import {NextPage} from "next";
|
||||
import AppWrapper from "../components/AppWrapper";
|
||||
|
||||
const ProjectsPage: NextPage = () => {
|
||||
return <AppWrapper>
|
||||
</AppWrapper>
|
||||
return <AppWrapper />;
|
||||
}
|
||||
|
||||
export default ProjectsPage;
|
||||
Reference in New Issue
Block a user