This commit is contained in:
Daniel Vinci 2021-04-30 13:33:41 -06:00
parent 26f742d870
commit d71bb1ee0b
No known key found for this signature in database
GPG key ID: 7A700C29916C26CA

View file

@ -1,15 +1,6 @@
<script>
import NavItem from "./NavItem.svelte";
export let segment;
const titlesMap = {
undefined: "home",
"free-open-source": "free & open source",
"about-contact": "about & contact",
faq: "faq",
"global-open-infrastructure": "global open infrastructure",
"privacy-by-design": "privacy by design",
};
</script>
<nav>