17 lines
264 B
JavaScript
Raw Normal View History

2022-03-03 14:48:37 +00:00
const HEADER_LINKS = [
{
id: 1,
href: "/",
external: false,
title: "Browse",
},
{
id: 2,
href: "https://github.com/pheralb/svgl/tree/main/public/library",
external: true,
title: "Library",
}
];
export default HEADER_LINKS;