Added initial popup sidebar

This commit is contained in:
Keannu Christian Bernasol 2023-11-19 14:50:39 +08:00
parent 2b5fe8171c
commit 0f64074345
5 changed files with 104 additions and 11 deletions

View file

@ -74,7 +74,7 @@ export default function LandingPage() {
modal
position={"top center"}
contentStyle={{
width: "30vw",
width: "512px",
borderRadius: 16,
borderColor: "grey",
borderStyle: "solid",
@ -93,7 +93,7 @@ export default function LandingPage() {
modal
position={"top center"}
contentStyle={{
width: "30vw",
width: "512px",
borderRadius: 16,
borderColor: "grey",
borderStyle: "solid",