Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(copies): update copies #377

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion components/sections/ExploreSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
:content-classes="'grid justify-items-center'"
>
<template #content>
<div class="flex self-center sm:w-96 justify-self-center items-center">
<div
class="flex self-center sm:w-96 justify-self-center items-center section-description-max-w"
>
<ArrowTurnRightIcon class="arrow m-md" />

<i18n-t
Expand Down
6 changes: 3 additions & 3 deletions locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"mexc": "MEXC",
"bitmart": "Bitmart",
"changelly": "Changelly",
"simpleswap": "Simpleswap",
"simpleswap": "SimpleSwap",
"letsexchange": "LetsExchange"
}
},
Expand Down Expand Up @@ -105,8 +105,8 @@
},
"explore": {
"title": {
"main": "Explore the Power of {0}.",
"witnet": "Witnet"
"main": "Explore the Power of the {0}.",
"witnet": "Wit/Oracle"
},
"description": "Dive into datasets and detailed insights by navigating through transparent data effortlessly.",
"explorer-1": {
Expand Down
Loading