aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorMelissa Zhang <mzhang19096@gmail.com>2020-08-08 15:28:55 -0700
committerMelissa Zhang <mzhang19096@gmail.com>2020-08-08 15:28:55 -0700
commit6263a4539576ce92f97a02b9e7bde2804e01a6df (patch)
tree8268a7ee74e80d5b28bdafb8cd00d9047c520122 /deploy
parent9886ed681ff18a33f7acab8f83b475ca9ea60bf7 (diff)
clean up code, fix delete link bugs
Diffstat (limited to 'deploy')
-rw-r--r--deploy/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/index.html b/deploy/index.html
index 990ca510d..b99ca040d 100644
--- a/deploy/index.html
+++ b/deploy/index.html
@@ -9,7 +9,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script>
</head>
-<body style="display:flex">
+<body style="display:flex" id="dash-body">
<!-- <script src="https://hypothes.is/embed.js" async></script> -->
<div id="root" style="position:relative;width:100%;height:100%"></div>
<script src="/bundle.js"></script>