diff --git a/.prettierrc.json b/.prettierrc.json
index 24f1a242099f2d310749cb9a249c84c192722975..34f62fb090b60fba4944a1cd0ddaf1505e0d45e4 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -4,5 +4,6 @@
   "tabWidth": 4,
   "singleQuote": true,
   "printWidth": 100,
-  "trailingComma": "none"
+  "trailingComma": "none",
+  "endOfLine": "lf"
 }
\ No newline at end of file
diff --git a/cypress/e2e/navigation.cy.ts b/cypress/e2e/navigation.cy.ts
deleted file mode 100644
index 886c8cb406e848dc47ec63fde0f1c13329315639..0000000000000000000000000000000000000000
--- a/cypress/e2e/navigation.cy.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-// https://on.cypress.io/api
-
-describe('Testing site navigation', () => {
-  it('visits the home page', () => {
-    cy.visit('/')
-    cy.contains('nav', 'Hjem')
-  })
-})
diff --git a/src/components/icons/IconTooling.vue b/src/components/icons/IconTooling.vue
index 9e82068426eb6cd0d5b859faa5c9ea3150be7815..f2a971e08d007f25fe63be672f86b6ce16806f8b 100644
--- a/src/components/icons/IconTooling.vue
+++ b/src/components/icons/IconTooling.vue
@@ -2,7 +2,6 @@
 <template>
     <svg
         xmlns="http://www.w3.org/2000/svg"
-        xmlns:xlink="http://www.w3.org/1999/xlink"
         aria-hidden="true"
         role="img"
         class="iconify iconify--mdi"