Compare commits
1 Commits
feature-Bi
...
main
| Author | SHA1 | Date |
|---|---|---|
|
|
cd7b1bf9f3 |
|
|
@ -11,9 +11,9 @@ const DisplaySection: React.FC<DisplaySectionProps> = ({ onStartClick }) => {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
// YouTube Shorts 영상 ID들
|
// YouTube Shorts 영상 ID들
|
||||||
const videos = [
|
const videos = [
|
||||||
{ id: 1, videoId: 'trnN0SQBTiI' },
|
{ id: 1, videoId: 'M3iuPZ59X1I' },
|
||||||
{ id: 2, videoId: '96HO497HsQI' },
|
{ id: 2, videoId: 'JxWQxELDHSs' },
|
||||||
{ id: 3, videoId: 'XziImxVICIk' },
|
{ id: 3, videoId: 'c2ZdwhaB7S4' },
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue