diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..c034edb 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index aa069f2..244c03a 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + CS-Insights | Analyze Computer Science Research With the Click of a Button diff --git a/public/logo.jpg b/public/logo.jpg new file mode 100644 index 0000000..1a3705b Binary files /dev/null and b/public/logo.jpg differ diff --git a/src/components/ResponsiveAppBar.tsx b/src/components/ResponsiveAppBar.tsx index cab03f0..d0b8d45 100644 --- a/src/components/ResponsiveAppBar.tsx +++ b/src/components/ResponsiveAppBar.tsx @@ -89,7 +89,7 @@ const ResponsiveAppBar = () => { color: 'white', }} > - D4 + {pages.map((page) => ( diff --git a/src/routes/home.tsx b/src/routes/home.tsx index a407b8e..1437cf4 100644 --- a/src/routes/home.tsx +++ b/src/routes/home.tsx @@ -12,11 +12,11 @@ export default function Home() { return (
- - -
D4
+ + + - Welcome to the DBLP Discovery Dataset Demo (D4) + Welcome to the CS-Insights Demo v{process.env.REACT_APP_VERSION} @@ -60,10 +60,6 @@ export default function Home() { ! -
- The issues with an out-of-sync state should be fixed. Please report if you still - experience a desynced state. -