Soitora 4bcf3c1145
Adds download page (#266)
Co-authored-by: Ken Swenson <flat@esoteric.moe>
2020-07-19 17:50:15 +02:00

7 lines
184 B
JavaScript

module.exports = [
{ text: "Home", link: "/" },
{ text: "Help Center", link: "/help/" },
{ text: "Download", link: "/download/" },
{ text: "Extensions", link: "/extensions/" },
];