Skip to content

Commit

Permalink
Changed "upload" to "load"
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelynch committed Mar 30, 2024
1 parent e096f92 commit 432fcbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion observablehq.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ export default {
title: "RO-Crate Explorer",
cleanUrls: false,
pages: [
{name: "Load", path: "/load.html"},
{name: "Statistics", path: "/statistics.html"},
{name: "Graph", path: "/force-graph.html"},
{name: "Upload", path: "/upload.html"},
{name: "About", path: "/about.html"},
],
};

0 comments on commit 432fcbc

Please sign in to comment.