Fix missed references to IMFS in CSS instead of VFS

This commit is contained in:
Lucien Greathouse
2019-10-18 15:37:38 -07:00
parent 44c94da2d8
commit 457ed05174
2 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ impl<F: VfsFetcher> UiService<F> {
let page = self.normal_page(html! {
<div class="button-list">
{ Self::button("Rojo Documentation", "https://rojo.space/docs") }
{ Self::button("View in-memory filesystem state", "/show-vfs") }
{ Self::button("View virtual filesystem state", "/show-vfs") }
{ Self::button("View instance tree state", "/show-instances") }
</div>
});