Skip to content

Commit 007aa88

Browse files
committed
Tweaks
1 parent 28966a3 commit 007aa88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/favicon.ico

-10.3 KB
Binary file not shown.

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const rht = Red_Hat_Text({
1818
})
1919

2020
export const metadata: Metadata = {
21-
title: "Create Next App",
22-
description: "Generated by create next app",
21+
title: "Badger Compute",
22+
description: "Jupyter-based interactive compute service for researchers at the University of Wisconsin-Madison",
2323
};
2424

2525
export default function RootLayout({

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ export default function Home() {
6666
<Fade in={showOverlay} timeout={1000}>
6767
<Box>
6868
<Typography variant="h2" component="h1" gutterBottom sx={{ fontWeight: 700 }}>
69-
Welcome to BadgerHub
69+
Welcome to Badger Compute
7070
</Typography>
7171
<Typography variant="h5" gutterBottom>
72-
The collaborative platform for UW–Madison
72+
Engage Your Research: Interactive Computing with BadgerHub
7373
</Typography>
7474
<Button
7575
variant="contained"

0 commit comments

Comments
 (0)