[YouMayLike] youmaylike title change

This commit is contained in:
고동영
2024-06-14 16:01:00 +09:00
parent c33bdc9e2c
commit a5b079bba9
2 changed files with 20 additions and 31 deletions

View File

@@ -208,5 +208,6 @@
"THERE IS NO ORDER HISTORY": "THERE IS NO ORDER HISTORY",
"Use search above to find past orders.": "Use search above to find past orders.",
"LIVE CHAT": "LIVE CHAT",
"Now Playing": "Now Playing"
"Now Playing": "Now Playing",
"You may also like": "You may also like"
}

View File

@@ -1,35 +1,23 @@
import React, {
useCallback,
useEffect,
useState,
} from 'react';
import React, { useCallback, useEffect, useState } from "react";
import classNames from 'classnames';
import {
useDispatch,
useSelector,
} from 'react-redux';
import classNames from "classnames";
import { useDispatch, useSelector } from "react-redux";
import { Job } from '@enact/core/util';
import Spotlight from '@enact/spotlight';
import SpotlightContainerDecorator
from '@enact/spotlight/SpotlightContainerDecorator';
import Spottable from '@enact/spotlight/Spottable';
import { Job } from "@enact/core/util";
import Spotlight from "@enact/spotlight";
import SpotlightContainerDecorator from "@enact/spotlight/SpotlightContainerDecorator";
import Spottable from "@enact/spotlight/Spottable";
import { getMainYouMayLike } from '../../../actions/mainActions';
import {
popPanel,
pushPanel,
} from '../../../actions/panelActions';
import { finishVideoPreview } from '../../../actions/playActions';
import TItemCard from '../../../components/TItemCard/TItemCard';
import TVirtualGridList
from '../../../components/TVirtualGridList/TVirtualGridList';
import useScrollTo from '../../../hooks/useScrollTo';
import { panel_names } from '../../../utils/Config';
import { $L } from '../../../utils/helperMethods';
import { SpotlightIds } from '../../../utils/SpotlightIds';
import css from './YouMayLike.module.less';
import { getMainYouMayLike } from "../../../actions/mainActions";
import { popPanel, pushPanel } from "../../../actions/panelActions";
import { finishVideoPreview } from "../../../actions/playActions";
import TItemCard from "../../../components/TItemCard/TItemCard";
import TVirtualGridList from "../../../components/TVirtualGridList/TVirtualGridList";
import useScrollTo from "../../../hooks/useScrollTo";
import { panel_names } from "../../../utils/Config";
import { $L } from "../../../utils/helperMethods";
import { SpotlightIds } from "../../../utils/SpotlightIds";
import css from "./YouMayLike.module.less";
const Container = SpotlightContainerDecorator(
{ enterTo: "default-element", preserveId: true },
@@ -158,7 +146,7 @@ export default function YouMayLike({
(expanded === false ? "Open " : "Close ") + "YOU MAY LIKE, button"
}
>
{$L("YOU MAY LIKE")}
{$L("You may also like")}
<span className={classNames(css.arrow, expanded && css.expanded)} />
</SpottableComponent>
<Container className={css.itemWrap}>