Skip to content

Commit

Permalink
change caption in teaser list
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Oct 8, 2024
1 parent dd1d0a2 commit cdd3d07
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/content/releases/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ order: 1
{
title: '@marigold/components',
href: '/releases/packages/components/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -34,7 +34,7 @@ order: 1
{
title: '@marigold/icons',
href: '/releases/packages/icons/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -55,7 +55,7 @@ order: 1
{
title: '@marigold/system',
href: '/releases/packages/system/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -76,7 +76,7 @@ order: 1
{
title: '@marigold/theme-preset',
href: '/releases/packages/theme-preset/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -97,7 +97,7 @@ order: 1
{
title: '@marigold/types',
href: '/releases/packages/types/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -118,7 +118,7 @@ order: 1
{
title: '@marigold/theme-b2b',
href: '/releases/themes/theme-b2b/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -139,7 +139,7 @@ order: 1
{
title: '@marigold/theme-core',
href: '/releases/themes/theme-core/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -160,7 +160,7 @@ order: 1
{
title: '@marigold/theme-docs',
href: '/releases/themes/theme-docs/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -181,7 +181,7 @@ order: 1
{
title: '@marigold/docs',
href: '/releases/docs/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -202,7 +202,7 @@ order: 1
{
title: '@marigold/eslint-config',
href: '/releases/config/eslint/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -223,7 +223,7 @@ order: 1
{
title: '@marigold/jest-config',
href: '/releases/config/jest/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -244,7 +244,7 @@ order: 1
{
title: '@marigold/prettier-config',
href: '/releases/config/prettier/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -265,7 +265,7 @@ order: 1
{
title: '@marigold/storybook-config',
href: '/releases/config/storybook/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -286,7 +286,7 @@ order: 1
{
title: '@marigold/tsconfig-config',
href: '/releases/config/tsconfig/whats-new',
caption: 'View the changelog of the latest release.',
caption: 'View the changelog of all releases.',
icon: (
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit cdd3d07

Please sign in to comment.