Skip to content

Commit 39f8fc5

Browse files
author
Ives van Hoorne
committed
Update snapshots
1 parent 000f01c commit 39f8fc5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/app/pages/Sandbox/Editor/Workspace/Dependencies/__snapshots__/ExternalResource.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`ExternalResource renders file if there is an extension 1`] = `
44
<span
5-
className="sc-bdVaJa jkdzgU"
5+
className="sc-bdVaJa jEUgPD"
66
>
77
<a
88
href="https://ivesvh.com/ives.js"
@@ -44,7 +44,7 @@ exports[`ExternalResource renders file if there is an extension 1`] = `
4444

4545
exports[`ExternalResource renders url if there is no extension 1`] = `
4646
<span
47-
className="sc-bdVaJa jkdzgU"
47+
className="sc-bdVaJa jEUgPD"
4848
>
4949
<a
5050
href="https://ivesvh.com/"
@@ -86,7 +86,7 @@ exports[`ExternalResource renders url if there is no extension 1`] = `
8686

8787
exports[`ExternalResource renders url if there is no extension 2`] = `
8888
<span
89-
className="sc-bdVaJa jkdzgU"
89+
className="sc-bdVaJa jEUgPD"
9090
>
9191
<a
9292
href="https://ivesvh.com"

src/embed/components/__snapshots__/File.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ exports[`File renders 1`] = `
1010
font-size: 14px;
1111
padding: 0.6rem;
1212
padding-left: calc(1rem - 2px);
13+
padding-right: 3rem;
1314
color: rgb(106,118,124);
1415
text-decoration: none;
1516
font-weight: 400;
@@ -90,6 +91,7 @@ exports[`File renders alternative 1`] = `
9091
font-size: 14px;
9192
padding: 0.6rem;
9293
padding-left: calc(1rem - 2px);
94+
padding-right: 3rem;
9395
color: rgb(106,118,124);
9496
text-decoration: none;
9597
font-weight: 400;
@@ -170,6 +172,7 @@ exports[`File renders as active 1`] = `
170172
font-size: 14px;
171173
padding: 0.6rem;
172174
padding-left: calc(1rem - 2px);
175+
padding-right: 3rem;
173176
color: rgb(106,118,124);
174177
text-decoration: none;
175178
font-weight: 400;
@@ -247,6 +250,7 @@ exports[`File renders directory 1`] = `
247250
font-size: 14px;
248251
padding: 0.6rem;
249252
padding-left: calc(1rem - 2px);
253+
padding-right: 3rem;
250254
color: rgb(106,118,124);
251255
text-decoration: none;
252256
font-weight: 400;

0 commit comments

Comments
 (0)