diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e90012b..4358236 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install Dependencies run: npm install - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7db872..12e5286 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install Dependencies run: npm install diff --git a/src/App.tsx b/src/App.tsx index a2a7ebd..4ebca55 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,7 @@ import React from "react"; import { useEffect, useState } from "react"; import 'bootstrap/dist/css/bootstrap.min.css'; -import { Button, ButtonGroup, Container, Navbar, NavbarText} from "react-bootstrap"; +import { Button, ButtonGroup, Container, NavLink, Navbar, NavbarText} from "react-bootstrap"; import Artikel from "./lib/artikel"; @@ -62,7 +62,9 @@ function Layout() { - entwickelt von Max Mielchen + + entwickelt von Max Mielchen +