diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-19 14:59:57 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-19 14:59:57 +0530 |
| commit | 1e6fcc41a8d962b6d87b01bc2f9b767ea8679d0c (patch) | |
| tree | 21541f7be479c26e41e42a104a1243af15230eb6 /src/index.html | |
| parent | a4ee4a4eb7f8211191d8f2bf0215c2d699698c49 (diff) | |
| download | authorr-1e6fcc41a8d962b6d87b01bc2f9b767ea8679d0c.tar.xz authorr-1e6fcc41a8d962b6d87b01bc2f9b767ea8679d0c.zip | |
Made the bed and smashed some bugs, now a little sleep is needed
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/index.html b/src/index.html index f30f0a8..f00b4fb 100644 --- a/src/index.html +++ b/src/index.html @@ -22,7 +22,7 @@ <span class="nav-group-item active"> All Templates </span> - <span class="nav-group-item"> + <!-- <span class="nav-group-item"> Blank Templates </span> <span class="nav-group-item"> @@ -39,7 +39,7 @@ </span> <span class="nav-group-item"> Letters and Applications - </span> + </span> --> </nav> </div> <div class="pane parentPane whiteText"> @@ -57,8 +57,8 @@ <button class="btn btn-default"> Open Recent Document </button> - <button class="btn btn-primary pull-right"> - Open + <button id="startSelected" class="btn btn-primary pull-right"> + Start with template </button> </div> </footer> |
