Skip to content

Commit 025cc37

Browse files
committed
feat: ✨ change footer columns order
1 parent 72a2676 commit 025cc37

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

apps/cookbook/docusaurus.config.ts

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -85,27 +85,11 @@ const config: Config = {
8585
footer: {
8686
links: [
8787
{
88-
title: 'Stay in touch',
88+
title: 'Services',
8989
items: [
9090
{
91-
label: '💌 Newsletter',
92-
href: 'https://marmicode.us3.list-manage.com/subscribe?u=915d6ba70c9c00912ba326214&id=71255f30c7',
93-
},
94-
{
95-
label: '📺 Youtube',
96-
href: 'https://www.youtube.com/marmicode',
97-
},
98-
{
99-
label: '🦋 Bluesky',
100-
href: 'https://bsky.app/profile/younes.marmico.de',
101-
},
102-
{
103-
label: 'X',
104-
href: 'https://x.com/yjaaidi',
105-
},
106-
{
107-
label: 'LinkedIn',
108-
href: 'https://www.linkedin.com/in/yjaaidi/',
91+
label: '🚀 Audit / Coaching / Training',
92+
href: 'https://marmicode.io/services',
10993
},
11094
],
11195
},
@@ -127,11 +111,27 @@ const config: Config = {
127111
],
128112
},
129113
{
130-
title: 'Services',
114+
title: 'Stay in touch',
131115
items: [
132116
{
133-
label: '🚀 Audit / Coaching / Training',
134-
href: 'https://marmicode.io/services',
117+
label: '💌 Newsletter',
118+
href: 'https://marmicode.us3.list-manage.com/subscribe?u=915d6ba70c9c00912ba326214&id=71255f30c7',
119+
},
120+
{
121+
label: '📺 Youtube',
122+
href: 'https://www.youtube.com/marmicode',
123+
},
124+
{
125+
label: '🦋 Bluesky',
126+
href: 'https://bsky.app/profile/younes.marmico.de',
127+
},
128+
{
129+
label: 'X',
130+
href: 'https://x.com/yjaaidi',
131+
},
132+
{
133+
label: 'LinkedIn',
134+
href: 'https://www.linkedin.com/in/yjaaidi/',
135135
},
136136
],
137137
},

0 commit comments

Comments
 (0)