Skip to content

Commit

Permalink
fix home card internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
syrk4web committed Jul 2, 2024
1 parent 8c108dd commit 73037ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def home_builder(data):

instances_card = {
"type": "card",
"link": "/instances",
"link": "instances",
"containerColumns": {"pc": 4, "tablet": 6, "mobile": 12},
"widgets": [
{
Expand All @@ -756,7 +756,7 @@ def home_builder(data):

services_card = {
"type": "card",
"link": "/services",
"link": "services",
"containerColumns": {"pc": 4, "tablet": 6, "mobile": 12},
"widgets": [
{
Expand All @@ -774,7 +774,7 @@ def home_builder(data):

plugins_card = {
"type": "card",
"link": "/plugins",
"link": "plugins",
"containerColumns": {"pc": 4, "tablet": 6, "mobile": 12},
"widgets": [
{
Expand Down

0 comments on commit 73037ed

Please sign in to comment.