Skip to content

Commit

Permalink
updated emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed May 6, 2024
1 parent 66eb5ba commit 0ee2515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ const navbar: Navbar ={
hideOnScroll: false, // Set to true or false based on your preference
items: [
{
label: "GUIDE",
label: "πŸ“– GUIDE",
to: "/guide",
},
{
label: "COMMUNITY",
label: "πŸ‘₯ COMMUNITY",
to: "/community",
},
{
label: "BLOGS",
label: "πŸ“° BLOGS",
to: "/blog/",
},
{
Expand Down
4 changes: 2 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ import {
label: "πŸ“š Reference",
link: {
type: "generated-index",
title: "ECF API Reference",
title: "ECF API References",
description:
"This is a Saviynt REST API Specification External Connector Framework",
slug: "/connectors/ecf/reference/1.0/",
Expand All @@ -171,7 +171,7 @@ import {
},
{
type: 'link',
label: 'Community Connectors', // This is the text that will be displayed in the link
label: 'πŸ”— Community Connectors', // This is the text that will be displayed in the link
href: '/community/community-connectors', // This is the path to the document, adjusted for direct linking
},
],
Expand Down

0 comments on commit 0ee2515

Please sign in to comment.