diff --git a/src/pages/projects/[...id].astro b/src/pages/projects/[...id].astro index 678b0c2..1ee375c 100644 --- a/src/pages/projects/[...id].astro +++ b/src/pages/projects/[...id].astro @@ -126,18 +126,22 @@ const currentUrl = Astro.url;

{project.data.description}

-
+ {project.data.link && ( + <> +
-
-

Project Links

- -
+
+

Project Links

+ +
+ + )} @@ -151,18 +155,22 @@ const currentUrl = Astro.url;

{project.data.description}

-
+ {project.data.link && ( + <> +
-
-

Project Links

- -
+
+

Project Links

+ +
+ + )}