mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix home card internal links
This commit is contained in:
parent
8c108dd51b
commit
73037ed3b1
1 changed files with 3 additions and 3 deletions
|
|
@ -738,7 +738,7 @@ def home_builder(data):
|
|||
|
||||
instances_card = {
|
||||
"type": "card",
|
||||
"link": "/instances",
|
||||
"link": "instances",
|
||||
"containerColumns": {"pc": 4, "tablet": 6, "mobile": 12},
|
||||
"widgets": [
|
||||
{
|
||||
|
|
@ -756,7 +756,7 @@ def home_builder(data):
|
|||
|
||||
services_card = {
|
||||
"type": "card",
|
||||
"link": "/services",
|
||||
"link": "services",
|
||||
"containerColumns": {"pc": 4, "tablet": 6, "mobile": 12},
|
||||
"widgets": [
|
||||
{
|
||||
|
|
@ -774,7 +774,7 @@ def home_builder(data):
|
|||
|
||||
plugins_card = {
|
||||
"type": "card",
|
||||
"link": "/plugins",
|
||||
"link": "plugins",
|
||||
"containerColumns": {"pc": 4, "tablet": 6, "mobile": 12},
|
||||
"widgets": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue