fixed photospherestudio link

This commit is contained in:
WinsDominoes 2023-12-07 10:59:12 +07:00
parent ffdc997b32
commit c3ce0fc459
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ export default function Projects() {
</div>
<div className="grid gap-4 content-center">
<div>
<Photo src="/images/photos/software/photosphere.jpg" href="https://map.moomoo.me" alt="PhotoSphereStudio"></Photo>
<Photo src="/images/photos/software/photosphere.jpg" href="https://maps.moomoo.me" alt="PhotoSphereStudio"></Photo>
</div>
</div>
<div className="grid gap-4 content-center">
@ -318,4 +318,4 @@ export default function Projects() {
</div>
</main>
);
}
}