)}
-
+
{tags?.themes?.map((theme, index) => {
@@ -94,21 +99,30 @@ export default function ProjectCard({
})}
{name}
-
{tldr}
-
- {showLinks && (
-
- {Object.entries(links ?? {})?.map(([website, url], index) => {
- return (
-
- )
- })}
+
- )}
+
+
+ {showLinks && (
+
+ {Object.entries(links ?? {})?.map(([website, url], index) => {
+ return (
+
+ )
+ })}
+
+ )}
+ {projectNotActive && (
+
+ {t("notCurrentlyActive")}
+
+ )}
+
)
diff --git a/components/project/project-link.tsx b/components/project/project-link.tsx
index ffadbee..e8a81d5 100644
--- a/components/project/project-link.tsx
+++ b/components/project/project-link.tsx
@@ -25,15 +25,13 @@ export function ProjectLink({ website, url }: ProjectLinkProps) {
target="_blank"
rel="noopener noreferrer"
>
-
-
-
+
)
}
diff --git a/public/social-medias/github-fill.svg b/public/social-medias/github-fill.svg
index 691c786..e5ca733 100644
--- a/public/social-medias/github-fill.svg
+++ b/public/social-medias/github-fill.svg
@@ -1,10 +1,10 @@
-