Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
feat: connect modal updates (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo authored Oct 31, 2024
1 parent 46c10f7 commit 3aeebfd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion components/AppNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const handleNavigateSend = () => {
const handleConnect = () => {
showModal({
template: 'ConnectWallet',
size: 'auto',
})
}
Expand Down
1 change: 0 additions & 1 deletion components/AppNavbarLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const { showModal } = useModal()
const handleConnect = async () => {
showModal({
template: 'ConnectWallet',
size: 'auto',
})
}
Expand Down
2 changes: 1 addition & 1 deletion components/ModalTemplateConnectWallet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const handleToggleMobile = () => {
'flex-col-reverse': isMobile,
'flex-col': !isMobile,
}"
class="flex gap-2"
class="flex w-full gap-2"
>
<lukso-button
variant="secondary"
Expand Down
6 changes: 3 additions & 3 deletions translations/en_US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"modal_connect_wallet_select_provider_connect_mobile_button": "Universal Profile mobile app",
"modal_connect_wallet_select_provider_connect_mobile_button": "Mobile application",
"pages_privacy_policy_title": "Privacy Policy",
"error_pending_request": "You have pending request. Check your browser extension.",
"add_widget_text_description": "Allows to embed some plain text information.",
Expand Down Expand Up @@ -236,7 +236,7 @@
"not_found_homepage": "Visit homepage",
"lyx_details_description": "This is the native token of the LUKSO blockchain.",
"asset_filter_created_assets": "Created assets",
"add_widget_youtube_input_placeholder": "URL of your video",
"add_widget_youtube_input_placeholder": "Embed code",
"button_buy_sell": "Buy / Sell",
"token_owned": "Owns",
"dapp_showcase_title": "Featured dApps",
Expand All @@ -261,7 +261,7 @@
"header_my_profile": "My profile",
"missing_assets_token_address": "Token contract address",
"dapp_showcase_06_url": "https://universalgrave.com/",
"modal_connect_wallet_select_provider_connect_extension_button": "Universal Profile browser extension",
"modal_connect_wallet_select_provider_connect_extension_button": "Browser extension",
"grid_widget_add_widget_text": "Add content",
"grid_add_grid": "Add grid",
"add_widget_image_title": "Add Image widget",
Expand Down

0 comments on commit 3aeebfd

Please sign in to comment.