Skip to content

Commit 388234e

Browse files
delucisastrobot-houston
authored andcommitted
[ci] format
1 parent b82ea5f commit 388234e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

‎docs/src/content/docs/es/resources/themes.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ Instala un tema creado por la comunidad para personalizar rápidamente la aparie
3030
themes={[
3131
{
3232
title: 'Starlight Rapide',
33-
description: 'Tema de Starlight inspirado en el tema Vitesse de Visual Studio Code.',
33+
description:
34+
'Tema de Starlight inspirado en el tema Vitesse de Visual Studio Code.',
3435
href: 'https://starlight-theme-rapide.vercel.app/',
3536
previews: { light: 'rapide-light.png', dark: 'rapide-dark.png' },
3637
},
3738
{
3839
title: 'Starlight Obsidian Theme',
39-
description: 'Tema de Starlight inspirado en el estilo de los sitios de Obsidian Publish.',
40+
description:
41+
'Tema de Starlight inspirado en el estilo de los sitios de Obsidian Publish.',
4042
href: 'https://fevol.github.io/starlight-theme-obsidian/',
4143
previews: { light: 'obsidian-light.png', dark: 'obsidian-dark.png' },
4244
},
@@ -60,7 +62,8 @@ Instala un tema creado por la comunidad para personalizar rápidamente la aparie
6062
},
6163
{
6264
title: 'Starlight Flexoki',
63-
description: 'Un tema cálido y amigable basado en la paleta de colores Flexoki.',
65+
description:
66+
'Un tema cálido y amigable basado en la paleta de colores Flexoki.',
6467
href: 'https://delucis.github.io/starlight-theme-flexoki/',
6568
previews: { light: 'flexoki-light.png', dark: 'flexoki-dark.png' },
6669
},
@@ -71,11 +74,11 @@ Instala un tema creado por la comunidad para personalizar rápidamente la aparie
7174
previews: { light: 'nova-light.png', dark: 'nova-dark.png' },
7275
},
7376
{
74-
title: 'Tema Starlight NextJS',
77+
title: 'Tema Starlight NextJS',
7578
description: 'Tema de Starlight inspirado en la documentación de NextJS.',
76-
href: 'https://starlight-nextjs-theme.trueberryless.org/',
77-
previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' },
78-
}
79+
href: 'https://starlight-nextjs-theme.trueberryless.org/',
80+
previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' },
81+
},
7982
]}
8083
/>
8184

0 commit comments

Comments
 (0)