From 4d040959a5ed471062f5ce669f723df08dd8a8db Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 13 Jun 2024 16:40:46 +0200 Subject: [PATCH] Aktualisierung der Navigationsleiste und der Startseite. --- .../src/app/app.component.html | 14 +++---- .../src/app/app.component.scss | 11 ++++- .../src/app/navbar/navbar.component.html | 42 +++---------------- .../src/app/navbar/navbar.component.ts | 13 +++++- .../envelope-generator-ui/src/index.html | 2 +- 5 files changed, 35 insertions(+), 47 deletions(-) diff --git a/EnvelopeGenerator.GeneratorAPI/ClientApp/envelope-generator-ui/src/app/app.component.html b/EnvelopeGenerator.GeneratorAPI/ClientApp/envelope-generator-ui/src/app/app.component.html index ece94bdf..b90930de 100644 --- a/EnvelopeGenerator.GeneratorAPI/ClientApp/envelope-generator-ui/src/app/app.component.html +++ b/EnvelopeGenerator.GeneratorAPI/ClientApp/envelope-generator-ui/src/app/app.component.html @@ -8,11 +8,9 @@
@for (item of [ - { title: 'Explore the Docs', link: 'https://angular.dev' }, - { title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' }, - { title: 'CLI Docs', link: 'https://angular.dev/tools/cli' }, - { title: 'Angular Language Service', link: 'https://angular.dev/tools/language-service' }, - { title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' }, + { title: 'Explore signFlow', link: '/' }, + { title: 'Learn with Tutorials', link: '/' }, + { title: 'API Docs', link: '/' }, ]; track item.title) {