Skip to content

Commit ec01804

Browse files
committed
Refactor footer labels in docusaurus.config.js for consistency
- Removed emoji from footer link labels to streamline presentation. - Updated labels for various sections including "Compass", "Doc Site", "Production App", "Handbook", "Blog", "Discussions", "LinkedIn", and "X".
1 parent 7e90c3f commit ec01804

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docusaurus.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ const config = {
9494
title: "Repos",
9595
items: [
9696
{
97-
label: "🧭 Compass",
97+
label: "Compass",
9898
href: "https://github.com/SwitchbackTech/compass",
9999
},
100100
{
101-
label: "📖 Doc Site (this one)",
101+
label: "Doc Site (this one)",
102102
href: "https://github.com/SwitchbackTech/compass-docs",
103103
},
104104
],
@@ -107,15 +107,15 @@ const config = {
107107
title: "More",
108108
items: [
109109
{
110-
label: "🔵 Production App",
110+
label: "Production App",
111111
href: "https://app.compasscalendar.com?utm_source=docsite&utm_medium=footer",
112112
},
113113
{
114-
label: "📓 Handbook",
114+
label: "Handbook",
115115
href: "https://compasscalendar.notion.site/",
116116
},
117117
{
118-
label: "Blog",
118+
label: "Blog",
119119
href: "https://www.compasscalendar.com/blog?utm_source=docsite&utm_medium=footer",
120120
},
121121
],
@@ -124,15 +124,15 @@ const config = {
124124
title: "Social",
125125
items: [
126126
{
127-
label: "💬 Discussions",
127+
label: "Discussions",
128128
href: "https://github.com/SwitchbackTech/compass/discussions",
129129
},
130130
{
131-
label: "🤝 LinkedIn",
131+
label: "LinkedIn",
132132
href: "https://www.linkedin.com/company/compass-calendar/",
133133
},
134134
{
135-
label: "🐦 X",
135+
label: "X",
136136
href: "https://x.com/CompassCalendar",
137137
},
138138
],

0 commit comments

Comments
 (0)