mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:49:31 +08:00
typo
This commit is contained in:
parent
2cda61b258
commit
6c79aad7f8
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ import type { ThemeConfig, HeadConfig, HeaderConfig, FooterConfig, DateConfig, F
|
||||||
|
|
||||||
export const theme: ThemeConfig = [
|
export const theme: ThemeConfig = [
|
||||||
{
|
{
|
||||||
name: 'garden',
|
name: 'cupcake',
|
||||||
text: 'Light'
|
text: 'Light'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -34,8 +34,8 @@ export const theme: ThemeConfig = [
|
||||||
text: 'Lemonade'
|
text: 'Lemonade'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'cupcake',
|
name: 'garden',
|
||||||
text: 'Cupcake'
|
text: 'Garden'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'cmyk',
|
name: 'cmyk',
|
||||||
|
|
Loading…
Reference in a new issue