diff --git a/projects-dashboard/src/components/ProjectDetails.astro b/projects-dashboard/src/components/ProjectDetails.astro index 8d6e9d1..7242fb1 100644 --- a/projects-dashboard/src/components/ProjectDetails.astro +++ b/projects-dashboard/src/components/ProjectDetails.astro @@ -20,6 +20,7 @@ const { packages, lifeCycleStatus, contributing, + website, } = Astro.props; --- @@ -53,7 +54,17 @@ const { )) } -

{description}

+

+ {description} + {website && ( + <> +
+ + {website} + + + )} +

{ ciChecks && ( @@ -113,7 +124,7 @@ const {