grid: update docket

This commit is contained in:
Liam Fitzgerald 2021-11-12 22:34:28 -05:00
parent e92ad33988
commit 3f8809a601
2 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,10 @@
:~ title+'System'
info+'An app launcher for Urbit.'
color+0xee.5432
glob-http+['https://bootstrap.urbit.org/glob-0v5.fdf99.nph65.qecq3.ncpjn.q13mb.glob' 0v5.fdf99.nph65.qecq3.ncpjn.q13mb]
glob-http+['https://bootstrap.urbit.org/glob-0v4.64ana.19ug9.ik7l6.og080.68ce4.glob' 0v4.64ana.19ug9.ik7l6.og080.68ce4]
::glob-ames+~zod^0v0
base+'grid'
version+[1 0 1]
version+[1 0 2]
website+'https://tlon.io'
license+'MIT'
==

View File

@ -75,9 +75,6 @@ const AppRoutes = () => {
return (
<Switch>
<Route path="/perma" component={PermalinkRoutes} />
<Route path="/upgrading">
<Grid upgrading />
</Route>
<Route path={['/leap/:menu', '/']} component={Grid} />
</Switch>
);