From 8912d5b594879039fd52a23724c7c7d68aa0f470 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Sat, 29 Oct 2022 20:12:03 +0200 Subject: [PATCH] Link GH to About page --- src/components/StatusBar.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/StatusBar.tsx b/src/components/StatusBar.tsx index bb25cba..c7e93fd 100644 --- a/src/components/StatusBar.tsx +++ b/src/components/StatusBar.tsx @@ -2,6 +2,7 @@ import { useEffect, useState, } from 'react'; +import { Link } from 'react-router-dom'; import { Layout, Space, @@ -18,6 +19,7 @@ import { AppState, TuneState, } from '../types/state'; +import { Routes } from '../routes'; const { Footer } = Layout; @@ -55,16 +57,12 @@ const StatusBar = ({ tune }: { tune: TuneState }) => ( {tune?.details?.author && } - - + + GitHub - +