Skip to content

Commit

Permalink
Switch to arrow for back buttons in TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 18, 2024
1 parent 4247cd4 commit 1660cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ const sidebars = {
restApiSidebar: [
{
type: 'link',
label: '⬅️ Back to Dev Docs content',
label: ' Back to Dev Docs content',
href: '/dev-docs/intro',
},
{
Expand Down Expand Up @@ -1140,7 +1140,7 @@ const sidebars = {
devDocsConfigSidebar: [
{
type: 'link',
label: '⬅️ Back to Dev Docs content',
label: ' Back to Dev Docs content',
href: '/dev-docs/intro',
},
{
Expand Down Expand Up @@ -1215,7 +1215,7 @@ const sidebars = {
devDocsMigrationV5Sidebar: [
{
type: 'link',
label: '⬅️ Back to Dev Docs content',
label: ' Back to Dev Docs content',
href: '/dev-docs/intro',
},
{
Expand Down

0 comments on commit 1660cd9

Please sign in to comment.