Skip to content

Commit

Permalink
adjust spacing and add accidentally removed code
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsonder committed Aug 19, 2024
1 parent 828d2e9 commit 828254d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import image from "../../assets/logo_square.png";
export default function Header() {
return (
<header className="container">
<Stack direction={"row"}>
<Stack direction={"row"} justifyContent={"space-between"}>
<Box>
<h1 style={{ marginBottom: 0 }}>MemoryViz Demo</h1>
<Typography variant="subtitle1">
Expand Down
1 change: 1 addition & 0 deletions demo/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<title><%= htmlWebpackPlugin.options.title %></title>
</head>

<body>
Expand Down

0 comments on commit 828254d

Please sign in to comment.