diff --git a/src/components/common/Banner/index.tsx b/src/components/common/Banner/index.tsx index 8caf0618..b83a48b8 100644 --- a/src/components/common/Banner/index.tsx +++ b/src/components/common/Banner/index.tsx @@ -24,7 +24,7 @@ const responsive = { const BANNER_API = process.env.NEXT_PUBLIC_BANNER_API const BANNER_BASE_PATH = BANNER_API + '/klaytnsafe/web' export default function Banner(): ReactElement { - const [banners, setBanners] = useState([]) + const [banners, setBanners] = useState([]) useEffect(() => { if (BANNER_API) { const fetchData = async () => { @@ -39,8 +39,8 @@ export default function Banner(): ReactElement { return ( <> {banners.length > 0 && ( - - {banners.map((_banner, index) => ( + + {banners.map((_banner: any, index: any) => ( Banner diff --git a/src/pages/api-reference.tsx b/src/pages/api-reference.tsx index 76451482..4ee463c4 100644 --- a/src/pages/api-reference.tsx +++ b/src/pages/api-reference.tsx @@ -30,33 +30,31 @@ const SafeAPIs = () => ( Safe Gateway service - - https://safe-gateway.klaytn.foundation/cgw/api + + https://safe-gateway.kaia.io/cgw/api Safe Cypress Transaction service - - https://docs-safe.klaytn.foundation/txs-cypress/ + + https://docs-safe.kaia.io/txs-cypress/ - Safe Baobab Transaction service + Safe Kairos Transaction service - - https://docs-safe.klaytn.foundation/txs-baobab/ + + https://docs-safe.kaia.io/txs-baobab/ Safe Config service - - https://docs-safe.klaytn.foundation/cfg/ - + https://docs-safe.kaia.io/cfg/ diff --git a/src/pages/terms.tsx b/src/pages/terms.tsx index fe16a9b9..466ba54c 100644 --- a/src/pages/terms.tsx +++ b/src/pages/terms.tsx @@ -30,7 +30,7 @@ const SafeTerms = () => ( The following are the benefits of Kaia Safe.
  1. - Store and Transfer KLAY, KCTs (KIP7, KIP13): Users can deposit your virtual assets such as KLAY and Kaia + Store and Transfer KAIA, KCTs (KIP7, KIP13): Users can deposit your virtual assets such as KAIA and Kaia Compatible Tokens (KCTs, fungible or non-fungible) to a KaiaSafe address and also transfer to a destination address.
  2. @@ -331,7 +331,7 @@ const SafeTerms = () => (
    1. To the fullest extent permitted by applicable laws, in no event shall we be liable for any losses, including any - loss of your asset (including without limitation, KLAY, KCTs or any other virtual assets either tangible or + loss of your asset (including without limitation, KAIA, KCTs or any other virtual assets either tangible or intangible) or any indirect or consequential losses, or for any loss of profit, revenue, contracts, data, goodwill or other similar losses.