From b8c259f9e791b295aa7c3c83033bd1d8377f3407 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 6 Apr 2019 15:49:51 -0700 Subject: Adding expanding navbar, some docs --- ui/src/index.tsx | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'ui/src/index.tsx') diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 5e454c4d..d374ec1e 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -38,10 +38,68 @@ class Index extends Component { + {this.symbols()} ); } + + symbols() { + return( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); + } + } render(, container); -- cgit v1.2.3