diff --git a/src/components/__snapshots__/Link.test.tsx.snap b/src/components/__snapshots__/Link.test.tsx.snap
index 56b8855..71db470 100644
--- a/src/components/__snapshots__/Link.test.tsx.snap
+++ b/src/components/__snapshots__/Link.test.tsx.snap
@@ -7,7 +7,7 @@ exports[`Link with href 1`] = `
onMouseLeave={[Function]}
>
@@ -23,7 +23,7 @@ exports[`Link with href and custom target 1`] = `
onMouseLeave={[Function]}
>
@@ -102,7 +102,7 @@ exports[`Link with href, custom target and icon 1`] = `
diff --git a/src/components/__snapshots__/Tile.test.tsx.snap b/src/components/__snapshots__/Tile.test.tsx.snap
index a6353a6..d26993e 100644
--- a/src/components/__snapshots__/Tile.test.tsx.snap
+++ b/src/components/__snapshots__/Tile.test.tsx.snap
@@ -5,12 +5,12 @@ exports[`Tile 1`] = `
className=""
>
Test Title
Test Subtitle
@@ -23,12 +23,12 @@ exports[`Tile with class name 1`] = `
className=" test-class"
>
Test Title
Test Subtitle