From ad9b875629a250e6ad74342b14fa3894309f36e6 Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Tue, 10 Oct 2023 19:07:44 +0000
Subject: [PATCH] fix: Remove view more button on cloud-native and edge-and-iot
 topic pages

---
 content/topics/cloud-native.md | 2 +-
 content/topics/edge-and-iot.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/topics/cloud-native.md b/content/topics/cloud-native.md
index 20c4603d..6912b3cb 100644
--- a/content/topics/cloud-native.md
+++ b/content/topics/cloud-native.md
@@ -42,6 +42,6 @@ page_css_file: /public/css/topics.css
 
 {{< grid/div class="padding-top-60 padding-bottom-40" isMarkdown="false" >}}
     <h2 class="margin-bottom-40" id="insights-and-resources">Insights & Resources</h2>
-    {{< newsroom/resources wg="adoptium, jakarta_ee" type="case_study, white_paper, market_report, social_media_kit" template="cover" limit="3" viewMorePath="#" >}}
+    {{< newsroom/resources wg="adoptium, jakarta_ee" type="case_study, white_paper, market_report, social_media_kit" template="cover" limit="3" >}}
 {{</ grid/div >}}
 
diff --git a/content/topics/edge-and-iot.md b/content/topics/edge-and-iot.md
index a402897d..120d34f8 100644
--- a/content/topics/edge-and-iot.md
+++ b/content/topics/edge-and-iot.md
@@ -42,6 +42,6 @@ page_css_file: /public/css/topics.css
 
 {{< grid/div class="padding-top-60 padding-bottom-40" isMarkdown="false" >}}
     <h2 class="margin-bottom-40" id="insights-and-resources">Insights & Resources</h2>
-    {{< newsroom/resources wg="sparkplug, edge_native, eclipse_iot, oniro" type="case_study, white_paper, market_report, social_media_kit" template="cover" limit="3" viewMorePath="#" >}}
+    {{< newsroom/resources wg="sparkplug, edge_native, eclipse_iot, oniro" type="case_study, white_paper, market_report, social_media_kit" template="cover" limit="3" >}}
 {{</ grid/div >}}
 
-- 
GitLab