From 3bf958c41683a6d7113e09315e2deda5913cf3b7 Mon Sep 17 00:00:00 2001
From: Alexander Chernyaev <265195@niuitmo.ru>
Date: Sun, 12 Feb 2023 23:05:55 +0300
Subject: [PATCH] Remove the "Pricing" from the site and route Remove the
"Featured on Product Hunt" widget Add the second description at the landing
header "Hawk is free and open-source."
---
components/site-footer.vue | 8 +-
components/site-header.vue | 2 +-
pages/index.vue | 12 +-
pages/pricing.vue | 526 ++++++++++++++++++-------------------
4 files changed, 277 insertions(+), 271 deletions(-)
diff --git a/components/site-footer.vue b/components/site-footer.vue
index 399649e..fc5c85b 100644
--- a/components/site-footer.vue
+++ b/components/site-footer.vue
@@ -84,10 +84,10 @@ export default Vue.extend({
label: 'Documentation',
url: 'https://docs.hawk.so/',
},
- {
- label: 'Pricing',
- url: '/pricing',
- },
+ // {
+ // label: 'Pricing',
+ // url: '/pricing',
+ // },
],
},
{
diff --git a/components/site-header.vue b/components/site-header.vue
index 88dd7cd..8079a91 100644
--- a/components/site-header.vue
+++ b/components/site-header.vue
@@ -23,7 +23,7 @@