aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/content.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/content.tag b/src/components/content.tag
index 208f531..e6b4b09 100644
--- a/src/components/content.tag
+++ b/src/components/content.tag
@@ -6,6 +6,6 @@
<list items={ items } />
<script>
- this.items = [{ title: '.vimrc', url: '/.vimrc'}];
+ this.items = [{ title: 'files', url: '/files'}];
</script>
</content> \ No newline at end of file