Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
memolina2323 authored and y4izus committed Jun 15, 2023
1 parent 6bcb9c1 commit b260959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ui-shell/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const SOCIAL_LINKS: SocialLinks[] = [
];

export const NAV_ITEMS: TopLevelNavItem[] = [
{
{
label: 'Documentation',
isMegaMenu: true,
children: [
Expand Down Expand Up @@ -151,7 +151,7 @@ export const NAV_ITEMS: TopLevelNavItem[] = [
},
],
},
{
{
label: 'Providers',
url: 'https://qiskit.org/providers/',
},
Expand Down

0 comments on commit b260959

Please sign in to comment.