WIP: Pricing page

This commit is contained in:
Tom Moor
2019-01-06 13:09:22 -08:00
parent 58e31a9d3d
commit 56bda12192
5 changed files with 205 additions and 25 deletions

View File

@@ -57,6 +57,10 @@ export function features(): string {
return `${process.env.URL}/#features`;
}
export function pricing(): string {
return `${process.env.URL}/pricing`;
}
export function developers(): string {
return `${process.env.URL}/developers`;
}