diff --git a/website/src/pages/showcase/index.tsx b/website/src/pages/showcase/index.tsx
index 973732d86080..e3a576ca3c1c 100644
--- a/website/src/pages/showcase/index.tsx
+++ b/website/src/pages/showcase/index.tsx
@@ -168,7 +168,7 @@ function ShowcaseFilters() {
-
+
{TagList.map((tag, i) => {
const {label, description, color} = Tags[tag];
const id = `showcase_checkbox_id_${tag}`;
@@ -287,7 +287,12 @@ function ShowcaseCards() {
-
+
{favoriteUsers.map((user) => (
))}
@@ -298,7 +303,7 @@ function ShowcaseCards() {
All sites
-
+
{otherUsers.map((user) => (
))}
@@ -314,7 +319,7 @@ function ShowcaseCards() {
)}>
-
+
{filteredUsers.map((user) => (
))}