Skip to content

Commit 1660cd9

Browse files
committed
Switch to arrow for back buttons in TOC
1 parent 4247cd4 commit 1660cd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus/sidebars.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ const sidebars = {
942942
restApiSidebar: [
943943
{
944944
type: 'link',
945-
label: '⬅️ Back to Dev Docs content',
945+
label: ' Back to Dev Docs content',
946946
href: '/dev-docs/intro',
947947
},
948948
{
@@ -1140,7 +1140,7 @@ const sidebars = {
11401140
devDocsConfigSidebar: [
11411141
{
11421142
type: 'link',
1143-
label: '⬅️ Back to Dev Docs content',
1143+
label: ' Back to Dev Docs content',
11441144
href: '/dev-docs/intro',
11451145
},
11461146
{
@@ -1215,7 +1215,7 @@ const sidebars = {
12151215
devDocsMigrationV5Sidebar: [
12161216
{
12171217
type: 'link',
1218-
label: '⬅️ Back to Dev Docs content',
1218+
label: ' Back to Dev Docs content',
12191219
href: '/dev-docs/intro',
12201220
},
12211221
{

0 commit comments

Comments
 (0)