From 1de939757239c0d3ce27602cc32936d5b5cfa865 Mon Sep 17 00:00:00 2001 From: julia221501 Date: Thu, 1 Sep 2022 09:32:19 +0200 Subject: [PATCH] =?UTF-8?q?Close=20icon=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 7 ++++--- src/views/Pdf.vue | 17 ++++++++++++----- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/main.ts b/src/main.ts index e919cb3..968c4b3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -39,9 +39,9 @@ import { faTrashAlt, faInfoCircle, faCheck, - faInfo, + faFilePdf, + faArrowLeft, } from "@fortawesome/free-solid-svg-icons"; - library.add( faBars, faPencilAlt, @@ -71,7 +71,8 @@ library.add( faTrashAlt, faInfoCircle, faCheck, - faInfo + faFilePdf, + faArrowLeft ); // Vue.component("font-awesome-icon", FontAwesomeIcon); diff --git a/src/views/Pdf.vue b/src/views/Pdf.vue index e7c9041..4830ee5 100644 --- a/src/views/Pdf.vue +++ b/src/views/Pdf.vue @@ -1,14 +1,14 @@