diff --git a/src/components/ArticleFooter.vue b/src/components/ArticleFooter.vue
index 53c7981794e2d17e17877e490f66acfd36b9f552..4be1e8fed489d0ba85ec226718a3179456e0e392 100644
--- a/src/components/ArticleFooter.vue
+++ b/src/components/ArticleFooter.vue
@@ -1,10 +1,10 @@
 <template>
   <div class="article_footer">
-     <v-snackbar center left light 
+     <v-snackbar center left light
                  tile
                  v-model='copy_popup'
                  timeout="2000">
-         
+
         <span class="text-center">{{what_copied}} er kopiert til utklippstavla</span>
               <template v-slot:action="{ attrs }">
           <v-btn
@@ -116,7 +116,7 @@ export default {
     },
 
     copy_citation() {
-      
+
       let citation = document.getElementById("citation").textContent;
       navigator.clipboard.writeText(citation)
       this.citation_dialog = false