Skip to content

Commit

Permalink
fixed href
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Jan 9, 2024
1 parent 4ede315 commit 35d7a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<RadzenPanelMenuItem Text="Tools" Icon="build" Expanded="true">
<RadzenPanelMenuItem Text="Trim" Path="trim" Icon="content_cut" />
<RadzenPanelMenuItem Text="Explore" Path="explore" Icon="explore" />
<RadzenPanelMenuItem Text="OpenApi - JSON" Path="edmx-to-openapi-json" Icon="sync" />
<RadzenPanelMenuItem Text="OpenApi - YML" Path="edmx-to-openapi-yml" Icon="sync" />
<RadzenPanelMenuItem Text="OpenApi - JSON" Path="convert?type=open-api-json" Icon="sync" />
<RadzenPanelMenuItem Text="OpenApi - YML" Path="convert?type=open-api-yml" Icon="sync" />
</RadzenPanelMenuItem>
</RadzenPanelMenu>
</RadzenSidebar>
Expand Down

0 comments on commit 35d7a83

Please sign in to comment.