Date: Thu, 22 Aug 2024 18:14:54 +0200
Subject: [PATCH 16/21] Change Play now button label to Try now
---
components/arcade/showcase/project-edit.js | 5 ++++-
components/arcade/showcase/project-view.js | 8 ++++----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/components/arcade/showcase/project-edit.js b/components/arcade/showcase/project-edit.js
index fc697f50..d72b126d 100644
--- a/components/arcade/showcase/project-edit.js
+++ b/components/arcade/showcase/project-edit.js
@@ -118,7 +118,10 @@ const ProjectEditForm = ({ project }) => {
/>
From 60d3c254b595fdafe1bd84c07ff61fdcf836200b Mon Sep 17 00:00:00 2001
From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com>
Date: Thu, 22 Aug 2024 20:45:47 -0400
Subject: [PATCH 20/21] feat: round showcase container card images
---
components/arcade/showcase/cohort-card.js | 12 +++++++-----
components/arcade/showcase/cohort-card.module.css | 10 ++++++++--
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/components/arcade/showcase/cohort-card.js b/components/arcade/showcase/cohort-card.js
index 2ab5295f..835ad258 100644
--- a/components/arcade/showcase/cohort-card.js
+++ b/components/arcade/showcase/cohort-card.js
@@ -120,11 +120,13 @@ const CohortCard = ({
target="_blank"
rel="noopener noreferrer"
>
-

+
+

+
{title}
diff --git a/components/arcade/showcase/cohort-card.module.css b/components/arcade/showcase/cohort-card.module.css
index e92e0578..bd009a97 100644
--- a/components/arcade/showcase/cohort-card.module.css
+++ b/components/arcade/showcase/cohort-card.module.css
@@ -12,15 +12,21 @@
justify-content: flex-start;
position: relative;
padding: 10px;
+ border-radius: 10px;
}
.card_img {
- width: 100%;
max-width: 200px;
height: auto;
max-height: 100%;
- object-fit: contain;
aspect-ratio: 1 / 1;
+ border-radius: 5px;
+}
+
+.card_img_container {
+ height: 200px;
+ align-items: center;
+ display: grid;
}
.card_title {
From a7dc6f7d664ba2ef2cffca811f4903c276d68f68 Mon Sep 17 00:00:00 2001
From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com>
Date: Thu, 22 Aug 2024 20:50:19 -0400
Subject: [PATCH 21/21] feat: remove weird borrder at the bottom of the edit
container
---
components/arcade/showcase/project-view.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/components/arcade/showcase/project-view.js b/components/arcade/showcase/project-view.js
index 056b8313..ac8dbb41 100644
--- a/components/arcade/showcase/project-view.js
+++ b/components/arcade/showcase/project-view.js
@@ -106,7 +106,8 @@ const ProjectView = ({
position: 'relative',
backgroundColor: color,
color: textColor,
- minHeight: '100vh'
+ minHeight: '100vh',
+ height: '100%'
}}
>