diff --git a/README.md b/README.md index b50558e6..86b22694 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ DocuSeal is an open source platform that provides secure and efficient digital document signing and processing. Create PDF forms to have them filled and signed online on any device with an easy-to-use, mobile-optimized web tool.

- ✨ Live Demo + ✨ Live Demo | - ☁️ Try in Cloud + ☁️ Try in Cloud

-[![Demo](https://github.com/docusealco/docuseal/assets/5418788/d8703ea3-361a-423f-8bfe-eff1bd9dbe14)](https://demo.docuseal.co) +[![Demo](https://github.com/docusealco/docuseal/assets/5418788/d8703ea3-361a-423f-8bfe-eff1bd9dbe14)](https://demo.docuseal.tech) ## Features - PDF form fields builder (WYSIWYG) diff --git a/app/javascript/submission_form/completed.vue b/app/javascript/submission_form/completed.vue index b1ef464b..694e1b9c 100644 --- a/app/javascript/submission_form/completed.vue +++ b/app/javascript/submission_form/completed.vue @@ -76,7 +76,7 @@ diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index d5c36618..39f27379 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true class ApplicationMailer < ActionMailer::Base - default from: 'DocuSeal ' + default from: 'DocuSeal ' layout 'mailer' register_interceptor ActionMailerConfigsInterceptor diff --git a/app/views/devise/shared/_select_server.html.erb b/app/views/devise/shared/_select_server.html.erb index 60f5e56a..2b98ec18 100644 --- a/app/views/devise/shared/_select_server.html.erb +++ b/app/views/devise/shared/_select_server.html.erb @@ -1,10 +1,10 @@
- + <%= svg_icon 'world', class: 'w-5 h-5' %> Global - + <%= svg_icon 'eu_flag', class: 'w-5 h-5' %> Europe diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 0bb4c41d..98acc80e 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -10,7 +10,7 @@ <% if signed_in? %>
<% if Docuseal.demo? %> - + <%= t('sign_up') %>