mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Fix missed references to IMFS in CSS instead of VFS
This commit is contained in:
@@ -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>
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user