From 6bd667c8fc30dc7f10ffbf2d8a6070292cfee483 Mon Sep 17 00:00:00 2001 From: ISA Date: Sun, 29 Sep 2024 19:39:50 +0200 Subject: [PATCH] Footer icons --- app/dashboard/page.jsx | 20 +++++++++++++------- components/Footer.jsx | 20 ++++++++++++++++---- 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/app/dashboard/page.jsx b/app/dashboard/page.jsx index 7f178aa..66c1665 100644 --- a/app/dashboard/page.jsx +++ b/app/dashboard/page.jsx @@ -200,13 +200,19 @@ function Dashboard() {

Versionsinformationen

-

- Applikationsversion: 5.1.1.8 - C-24-KA -

-

- Webserverversion: 5.3.4.1 -

+
+ +

+ Applikationsversion: 5.1.1.8 + C-24-KA +

+
+
+ +

+ Webserverversion: 5.3.4.1 +

+
{/* Beispiel für Geräteanzeige */} diff --git a/components/Footer.jsx b/components/Footer.jsx index 22a2404..86df0c4 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -1,16 +1,28 @@ "use client"; import React from "react"; +import { Icon } from "@iconify/react"; function Footer() { return ( -