cleanup
This commit is contained in:
parent
26f742d870
commit
d71bb1ee0b
1 changed files with 0 additions and 9 deletions
|
@ -1,15 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
import NavItem from "./NavItem.svelte";
|
import NavItem from "./NavItem.svelte";
|
||||||
export let segment;
|
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>
|
</script>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
|
|
Loading…
Reference in a new issue