From 742ecde2a4a1da4c4687ea74cbf1d8f98edb0197 Mon Sep 17 00:00:00 2001 From: TheCryptoCamel Date: Mon, 12 Jul 2021 13:06:31 -0700 Subject: [PATCH 1/4] Change column --- pages/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index 1b03ae6..8400ee2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -28,7 +28,7 @@ What is MultiCash... -
+
Earn up to 2.50% APY interest on your digital currency holdings. That is 41.66x the average national savings account rate of 0.06% @@ -50,6 +50,10 @@ fees which are as a set 0.50%, just enough to ensure payments are delivered instantly. + Earn up to 2.50% APY interest on your digital currency holdings. + That is 41.66x the average national savings account rate of 0.06% + APY.
From 47694a4d1a1b4e0c90abc93ad71841e7955e293a Mon Sep 17 00:00:00 2001 From: TheCryptoCamel Date: Mon, 12 Jul 2021 13:37:02 -0700 Subject: [PATCH 2/4] Change column --- package.json | 6 ------ pages/index.vue | 7 ++++--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 68c1edf..f3aee61 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,6 @@ "*.{js,vue}": "eslint", "*.{css,vue}": "stylelint" }, - "husky": { - "hooks": { - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", - "pre-commit": "lint-staged" - } - }, "dependencies": { "@nuxt/content": "^1.14.0", "core-js": "^3.9.1", diff --git a/pages/index.vue b/pages/index.vue index 8400ee2..00dcc55 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -50,10 +50,11 @@ fees which are as a set 0.50%, just enough to ensure payments are delivered instantly. - Earn up to 2.50% APY interest on your digital currency holdings. + + Earn up to 2.50% APY interest on your digital currency holdings. That is 41.66x the average national savings account rate of 0.06% - APY. + APY.
From 821b79def03beb6cdec3c5ecc4013acf6a68dd42 Mon Sep 17 00:00:00 2001 From: TheCryptoCamel Date: Mon, 12 Jul 2021 13:44:59 -0700 Subject: [PATCH 3/4] Husky fix --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index f3aee61..4979a03 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,11 @@ "*.{js,vue}": "eslint", "*.{css,vue}": "stylelint" }, + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + }, "dependencies": { "@nuxt/content": "^1.14.0", "core-js": "^3.9.1", From 07de35c7f666cbc77258545107ce1492abef9e5c Mon Sep 17 00:00:00 2001 From: TheCryptoCamel Date: Mon, 12 Jul 2021 13:50:52 -0700 Subject: [PATCH 4/4] Yarn Fix --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4979a03..ab9c939 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", "lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore", "lint": "yarn lint:js && yarn lint:style", + "lint:fix": "yarn lint:js --fix && yarn lint:style --fix", "test": "jest" }, "lint-staged": {