mirror of
https://github.com/tachiyomiorg/website.git
synced 2025-01-19 05:21:15 +01:00
4bcf3c1145
Co-authored-by: Ken Swenson <flat@esoteric.moe>
7 lines
184 B
JavaScript
7 lines
184 B
JavaScript
module.exports = [
|
|
{ text: "Home", link: "/" },
|
|
{ text: "Help Center", link: "/help/" },
|
|
{ text: "Download", link: "/download/" },
|
|
{ text: "Extensions", link: "/extensions/" },
|
|
];
|