Skip to content

Commit

Permalink
reenable api link
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso committed Aug 12, 2024
1 parent eb375b9 commit 437c111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ const Navigation: FC = () => {
<li className="p-side-navigation__item">
<a
className="p-side-navigation__link"
href="#"
href="/api"
target="_blank"
rel="noreferrer"
title="API"
>
Expand Down
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parts:
plugin: go
source: https://github.com/omec-project/webconsole.git
source-type: git
source-tag: v1.4.2
source-tag: v1.4.3
build-snaps:
- go/1.21/stable
go-buildtags:
Expand Down

0 comments on commit 437c111

Please sign in to comment.