general category trip

This commit is contained in:
2026-05-07 18:47:45 +07:00
parent 12f13f2049
commit 49aa64c522
25 changed files with 904 additions and 386 deletions
+5 -4
View File
@@ -100,7 +100,7 @@ export default async function ProfilePage() {
<ProfileTripRow
href={`/trips/${t.id}`}
title={t.title}
mountain={t.mountain}
destination={t.destination}
date={t.date}
endDate={t.endDate}
rightSlot={
@@ -147,7 +147,8 @@ export default async function ProfilePage() {
key={trip.id}
id={trip.id}
title={trip.title}
mountain={trip.mountain}
category={trip.category}
destination={trip.destination}
location={trip.location}
date={trip.date}
endDate={trip.endDate}
@@ -187,7 +188,7 @@ export default async function ProfilePage() {
<ProfileTripRow
href={`/trips/${t.id}`}
title={t.title}
mountain={t.mountain}
destination={t.destination}
date={t.date}
endDate={t.endDate}
rightSlot={
@@ -225,7 +226,7 @@ export default async function ProfilePage() {
<ProfileTripRow
href={`/trips/${t.id}`}
title={t.title}
mountain={t.mountain}
destination={t.destination}
date={t.date}
endDate={t.endDate}
rightSlot={