diff --git a/components/Birthday.vue.css b/components/Birthday.vue.css
index 7ffcfac..9167f13 100644
--- a/components/Birthday.vue.css
+++ b/components/Birthday.vue.css
@@ -14,7 +14,7 @@ button {
}
button {
- background-color: blueviolet;
+ background-color: teal;
border: 1px solid black;
color: white;
width: 50%;
diff --git a/components/Birthday.vue.html b/components/Birthday.vue.html
index 246db98..31cf1a4 100644
--- a/components/Birthday.vue.html
+++ b/components/Birthday.vue.html
@@ -8,7 +8,7 @@
-
+
diff --git a/components/FeedbackForm.vue.css b/components/FeedbackForm.vue.css
index a1f2dd2..9b20687 100644
--- a/components/FeedbackForm.vue.css
+++ b/components/FeedbackForm.vue.css
@@ -14,7 +14,7 @@ button {
}
button {
- background-color: teal;
+ background-color: darkgreen;
border: 1px solid black;
color: white;
width: 50%;
diff --git a/nuxt.config.js b/nuxt.config.js
index 05b0b56..b730b03 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -4,7 +4,7 @@ export default {
// Global page headers: https://go.nuxtjs.dev/config-head
head: {
- title: 'nuxt-toolbox',
+ title: 'Phares-Birthday',
htmlAttrs: {
lang: 'en',
},
diff --git a/package-lock.json b/package-lock.json
index 0e1a887..317137d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "nuxt-toolbox",
+ "name": "Phares-Birthday",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "nuxt-toolbox",
+ "name": "Phares-Birthday",
"version": "1.0.0",
"dependencies": {
"core-js": "^3.19.3",
diff --git a/package.json b/package.json
index d5adc6b..575ea6d 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "nuxt-toolbox",
+ "name": "Phares-Birthday",
"version": "1.0.0",
"author": "Netlify Inc",
"contributors": [
@@ -22,7 +22,9 @@
"lint:prettier": "prettier --check .",
"lint": "npm run lint:js && npm run lint:prettier",
"lintfix": "prettier --write --list-different . && npm run lint:js -- --fix",
- "dev:netlify": "netlify dev"
+ "dev:netlify": "netlify dev",
+ "deploy:netlify:dev": "netlify deploy --dev",
+ "deploy:netlify:prod": "netlify deploy --prod"
},
"dependencies": {
"core-js": "^3.19.3",
diff --git a/pages/index.vue.html b/pages/index.vue.html
index 964888c..3b96e9b 100644
--- a/pages/index.vue.html
+++ b/pages/index.vue.html
@@ -1,11 +1,4 @@
-
-
Phares
-
- Hi 👋!
-
-
-
\ No newline at end of file