diff --git a/src/pages/details/index.tsx b/src/pages/details/index.tsx
index 1f67ee6..06643a9 100644
--- a/src/pages/details/index.tsx
+++ b/src/pages/details/index.tsx
@@ -436,8 +436,8 @@ const Details = (props: Params) => {
show-fullscreen-btn={false}
onFullScreenChange={event => handleClose(event, `video${index}`)}
>
- {item.result}
- {item.title}
+ {item.title}
+ {item.result}
)
})