diff options
Diffstat (limited to 'views/event.handlebars')
-rwxr-xr-x | views/event.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/event.handlebars b/views/event.handlebars index 6f13c38..1a3fb17 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -66,7 +66,7 @@ <span class="fa-li"> <i class="fas fa-fw fa-share-square"></i> </span> - <a href="https://{{domain}}/{{eventData.id}}">{{domain}}/{{eventData.id}}</a> + <a href="https://{{domain}}/{{eventData.id}}">https://{{domain}}/{{eventData.id}}</a> <button type="button" id="copyEventLink" class="eventInformationAction btn btn-outline-secondary btn-sm" data-clipboard-text="https://{{domain}}/{{eventData.id}}"> <i class="fas fa-copy"></i> Copy </button> |