reduce wallet address length by using clickable alias

This commit is contained in:
ghost 2023-12-08 00:51:25 +02:00
parent fd3a601412
commit 1fb8253779
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -19,7 +19,7 @@ APP_ENV=dev
APP_SECRET=EDIT_ME
###< symfony/framework-bundle ###
APP_VERSION=1.1.0
APP_VERSION=1.1.1
APP_NAME=KevaChat

View File

@ -8,7 +8,7 @@
/
{{ 'boost:' | trans }}
{% if explorer.url %}
<a href="{{ explorer.url }}{{ boost.address }}" target="_blank">{{ boost.address }}</a>
<a href="{{ explorer.url }}{{ boost.address }}" title="{{ boost.address }}" target="_blank">{{ 'address' | trans }}</a>
{% else %}
{{ boost.address }}
{% endif %}