diff --git a/app/src/model/product.ts b/app/src/model/product.ts
index 67960a92..f6790508 100644
--- a/app/src/model/product.ts
+++ b/app/src/model/product.ts
@@ -52,12 +52,11 @@ const styles: Record = {
text: "text-ml-text",
iconBorder: "border-ml-accent",
},
- assistant: {
+ assistant: {
bg: "bg-assistant-bg",
text: "text-assistant-text",
iconBorder: "border-assistant-accent",
},
-
};
// Listing these classes here means that PurgeCSS will not
diff --git a/app/src/views/About.vue b/app/src/views/About.vue
index 0c0b5dd1..f3088f0e 100644
--- a/app/src/views/About.vue
+++ b/app/src/views/About.vue
@@ -122,27 +122,13 @@
using any of the Google Technologies like:
- -
- Angular
-
- -
- Android
-
- -
- Flutter
-
- -
- Firebase
-
- -
- Machine Learning
-
- -
- Cloud
-
- -
- Google Assistant
-
+ - Angular
+ - Android
+ - Flutter
+ - Firebase
+ - Machine Learning
+ - Cloud
+ - Google Assistant
@@ -216,18 +202,10 @@
How to submit my content on the site?
To submit the content:
- -
- Navigate to the DevLibrary homepage and click submit.
-
- -
- You will be redirected to the Advocu Form link.
-
- -
- Fill in your personal and project details.
-
- -
- Click Submit.
-
+ - Navigate to the DevLibrary homepage and click submit.
+ - You will be redirected to the Advocu Form link.
+ - Fill in your personal and project details.
+ - Click Submit.
@@ -295,18 +273,10 @@
at Dev Library, you receive:
- -
- Visibility of your work
-
- -
- Contributor Badge on Google Developer Profile
-
- -
- Stamp of Google on your work
-
- -
- Feature in our monthly newsletter
-
+ - Visibility of your work
+ - Contributor Badge on Google Developer Profile
+ - Stamp of Google on your work
+ - Feature in our monthly newsletter
And many more surprises!
diff --git a/app/tailwind.config.js b/app/tailwind.config.js
index b4dff96d..b5c55d2b 100644
--- a/app/tailwind.config.js
+++ b/app/tailwind.config.js
@@ -67,8 +67,6 @@ module.exports = {
accent: "#9AA0A6",
bg: "#4285F4",
text: "#FFFFFF",
-
-
},
gblue: {
50: "#e8f0fe",