Skip to content

Commit 2bb0d99

Browse files
committed
.
1 parent 125e147 commit 2bb0d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/(default)/(home)/landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function Landing() {
157157
landing.link.startsWith('https://mmlab.hk/research/MM-Hand') ? (
158158
"Checkout at mmlab.hk/MM-Hand"
159159
) : (
160-
landing.link.startsWith('https://mmlab.hk/Smash/') ? (
160+
landing.link.startsWith('/SMASH/') ? (
161161
"Page"
162162
) : (
163163
"Paper"

data/publications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const publications: {
6767
}[] = [
6868
{
6969
title: "SMASH: Mastering Scalable Whole-Body Skills for Humanoid Ping-Pong with Egocentric Vision",
70-
link: "https://mmlab.hk/Smash/",
70+
link: "/SMASH/",
7171
image: "https://ik.imagekit.io/opendrivelab/2026-03-27%2022.24.48.png",
7272
image_sliding: "https://ik.imagekit.io/opendrivelab/2026-03-27%2022.24.48.png",
7373
author: "",

0 commit comments

Comments
 (0)