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