Remove unused links
This commit is contained in:
parent
9d0a9c607e
commit
5076b2a514
@ -7,7 +7,7 @@
|
||||
pngPath: "/images/nav/home_icon-25.png"
|
||||
},
|
||||
{
|
||||
title: "PIS",
|
||||
title: "PIS Finder",
|
||||
path: "/pis",
|
||||
svgPath: "",
|
||||
pngPath: ""
|
||||
|
@ -4,11 +4,11 @@
|
||||
const title = "More"
|
||||
|
||||
const links = [
|
||||
{title: "Your Data", path: "/more/profile"},
|
||||
{title: "Location Reference Codes", path: "/more/reference-data"},
|
||||
{title: "Privacy Policy", path: "/more/privacy"},
|
||||
{title: "App Versions", path: "/more/versions"},
|
||||
{title: "Statictics", path: "/more/stats"}
|
||||
{title: "Your Data", path: ""},
|
||||
{title: "Location Reference Codes", path: ""},
|
||||
{title: "Privacy Policy", path: ""},
|
||||
{title: "App Versions", path: ""},
|
||||
{title: "Statictics", path: ""}
|
||||
]
|
||||
</script>
|
||||
|
||||
@ -45,8 +45,14 @@
|
||||
margin: 0;
|
||||
padding-left: 10px;
|
||||
text-align: left;
|
||||
line-height: 50px;
|
||||
vertical-align: middle;
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
}
|
||||
@media (min-width: 600px) {
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user