Skip to content

Commit

Permalink
Partial site update
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed May 23, 2024
1 parent 3e990b5 commit a20e783
Show file tree
Hide file tree
Showing 10 changed files with 309 additions and 245 deletions.
9 changes: 8 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scroll-parallax": "^3.4.5",
"react-virtualized-auto-sizer": "^1.0.24"
"react-virtualized-auto-sizer": "^1.0.24",
"resolve-url": "^0.2.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.1.1",
Expand Down
1 change: 1 addition & 0 deletions src/components/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export function AppBar() {
maxWidth: "100%",
height: 64,
borderRadius: 32,
boxShadow: (t) => t.shadows[4],
}}
>
<Box sx={{ pr: 2, pl: 0.5, height: 32, minWidth: 32 }}>
Expand Down
Loading

0 comments on commit a20e783

Please sign in to comment.