This commit is contained in:
Denshooter
2025-01-05 21:05:18 +01:00
parent 143bd821e5
commit 33b8b44b1f
13 changed files with 166 additions and 42 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export default function Projects() {
{project.description}
</p>
<Link
href={`/Projects/${project.id}`}
href={`/Projects/${project.title.toLowerCase().replace(" ", "-")}`}
className="mt-4 inline-block text-blue-500 hover:underline"
>
View Project