new snapshots

This commit is contained in:
Rick van Lieshout 2022-09-10 09:28:18 +02:00
parent f84e56f0ad
commit 4bb3f931f0
2 changed files with 8 additions and 8 deletions

View File

@ -191,9 +191,9 @@ exports[`CategoriesTemplate renders correctly 1`] = `
<ul>
<li>
<a
href="/category/typography/"
href="/category/technology/"
>
typography
technology
(
1
)
@ -201,9 +201,9 @@ exports[`CategoriesTemplate renders correctly 1`] = `
</li>
<li>
<a
href="/category/design-inspiration/"
href="/category/coding/"
>
design inspiration
coding
(
1
)

View File

@ -191,9 +191,9 @@ exports[`TagsTemplate renders correctly 1`] = `
<ul>
<li>
<a
href="/tag/typography/"
href="/tag/technology/"
>
typography
technology
(
1
)
@ -201,9 +201,9 @@ exports[`TagsTemplate renders correctly 1`] = `
</li>
<li>
<a
href="/tag/design-inspiration/"
href="/tag/coding/"
>
design inspiration
coding
(
1
)