Skip to content

Commit

Permalink
fix(ExploreSection): force break in title
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 30, 2024
1 parent adb645c commit 181c0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/sections/ExploreSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
tag="h2"
scope="global"
>
<br />
<span class="text-black-950">{{ $t('explore.title.witnet') }}</span>
</i18n-t>
</div>
Expand Down
2 changes: 1 addition & 1 deletion locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
"explore": {
"title": {
"main": "Explore the Power of the {0}.",
"main": "Explore the Power of the {0}{1}.",
"witnet": "Wit/Oracle"
},
"description": "Dive into datasets and detailed insights by navigating through transparent data effortlessly.",
Expand Down

0 comments on commit 181c0c5

Please sign in to comment.