From 12e238d27250ff9009a92d634d4f6a3916f71c64 Mon Sep 17 00:00:00 2001 From: srividya Date: Sat, 5 Jul 2025 21:59:34 +0530 Subject: [PATCH] Fix: Changes url for read more in recipes --- app/community/recipes/page.tsx | 4 ++-- app/community/single-recipes/page.tsx | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/community/recipes/page.tsx b/app/community/recipes/page.tsx index 810fb0e..9257450 100644 --- a/app/community/recipes/page.tsx +++ b/app/community/recipes/page.tsx @@ -47,9 +47,9 @@ export default function Recipes() {
{post.title.length > 40 ? `${post.title.slice(0, 40)}...` : post?.title}
- read more + read more
- +
diff --git a/app/community/single-recipes/page.tsx b/app/community/single-recipes/page.tsx index 96e538a..eb46add 100644 --- a/app/community/single-recipes/page.tsx +++ b/app/community/single-recipes/page.tsx @@ -108,9 +108,9 @@ const Page = () => {
{relatedPost.title.length > 40 ? `${relatedPost.title.slice(0, 40)}...` : relatedPost?.title}
- read more + read more
- +
@@ -131,11 +131,11 @@ const Page = () => {
- Where Vision Meetup Connect: Eventify 2024 + Where Vision Meetup Connect: Eventify 2024
- read more + read more
- +
@@ -155,11 +155,11 @@ const Page = () => {
- Fuel Your Business Growth at Eventify + Fuel Your Business Growth at Eventify
- read more + read more
- +