From 26ee24bee6cd363e08dbe2cfc08e248254e78e39 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Wed, 5 Jul 2023 15:28:59 +0200 Subject: [PATCH] feat(webapp): from @mdi/font to @mdi/js Use tree shakeable version instead of big webfont. --- www/webapp/src/views/DomainSetup.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/www/webapp/src/views/DomainSetup.vue b/www/webapp/src/views/DomainSetup.vue index 1e7ecd12f..ac01e02a2 100644 --- a/www/webapp/src/views/DomainSetup.vue +++ b/www/webapp/src/views/DomainSetup.vue @@ -7,7 +7,7 @@
- mdi-numeric-0-circle + {{ mdiNumeric0Circle }} DNS Configuration

@@ -20,7 +20,7 @@

- mdi-numeric-1-circle + {{ mdiNumeric1Circle }} Delegate your domain
@@ -45,7 +45,7 @@ outlined text > - mdi-content-copy + {{ mdiContentCopy }} copy to clipboard @@ -63,7 +63,7 @@

- mdi-numeric-2-circle + {{ mdiNumeric2Circle }} Enable DNSSEC

@@ -94,7 +94,7 @@ outlined text > - mdi-content-copy + {{ mdiContentCopy }} copy to clipboard @@ -111,7 +111,7 @@

- mdi-numeric-3-circle + {{ mdiNumeric3Circle }} Check Setup
All set up correctly? Take @@ -138,6 +138,7 @@