mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 07:18:57 +01:00
Update snapshots
This commit is contained in:
parent
5272e4052e
commit
913da4453b
@ -24,7 +24,7 @@ exports[`CategoriesListTemplate renders correctly 1`] = `
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
to="/categories/test-0/"
|
to="/category/test-0/"
|
||||||
>
|
>
|
||||||
test_0
|
test_0
|
||||||
(
|
(
|
||||||
@ -34,7 +34,7 @@ exports[`CategoriesListTemplate renders correctly 1`] = `
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
to="/categories/test-1/"
|
to="/category/test-1/"
|
||||||
>
|
>
|
||||||
test_1
|
test_1
|
||||||
(
|
(
|
||||||
|
@ -24,7 +24,7 @@ exports[`TagsListTemplate renders correctly 1`] = `
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
to="/tags/test-0/"
|
to="/tag/test-0/"
|
||||||
>
|
>
|
||||||
test_0
|
test_0
|
||||||
(
|
(
|
||||||
@ -34,7 +34,7 @@ exports[`TagsListTemplate renders correctly 1`] = `
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
to="/tags/test-1/"
|
to="/tag/test-1/"
|
||||||
>
|
>
|
||||||
test_1
|
test_1
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user