From 85266f259fc36f4c2e893a2d06c47b008619fd14 Mon Sep 17 00:00:00 2001 From: Isaac Visintainer Date: Mon, 6 Aug 2018 17:29:30 -0700 Subject: [PATCH] fixed inbox attribute --- web.hoon | 2 +- web/landscape.hoon | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 web/landscape.hoon diff --git a/web.hoon b/web.hoon index 48c6c8b20b..cc9be17398 100644 --- a/web.hoon +++ b/web.hoon @@ -1,3 +1,3 @@ ^- manx -;div(data-component "InboxPage"); +;div(urb-component "InboxPage"); diff --git a/web/landscape.hoon b/web/landscape.hoon new file mode 100644 index 0000000000..cc9be17398 --- /dev/null +++ b/web/landscape.hoon @@ -0,0 +1,3 @@ +^- manx + +;div(urb-component "InboxPage");