diff --git a/public/site/blueprints/users/client.yml b/public/site/blueprints/users/client.yml index 53976a8..1205762 100644 --- a/public/site/blueprints/users/client.yml +++ b/public/site/blueprints/users/client.yml @@ -20,6 +20,11 @@ options: delete: false fields: + websiteLink: + label: false + type: info + text: | + **[Ouvrir le site.](https://designtopack.morphozbygroupepochet.com/)** client: type: pages multiple: false diff --git a/public/site/config/menu.php b/public/site/config/menu.php index b2bae42..bce7476 100644 --- a/public/site/config/menu.php +++ b/public/site/config/menu.php @@ -1,14 +1,6 @@ [ - "label" => "Ouvrir le site", - "icon" => "open", - "link" => "https://designtopack.morphozbygroupepochet.com", - 'current' => function (string $current): bool { - return false; - } - ], "-", 'projects' => [ 'label' => 'Projets', diff --git a/src/components/design-to-light/DTLPanel.vue b/src/components/design-to-light/DTLPanel.vue index 8c54011..6f41375 100644 --- a/src/components/design-to-light/DTLPanel.vue +++ b/src/components/design-to-light/DTLPanel.vue @@ -161,7 +161,7 @@ -