From 560802e102504c79dac202c59ae89735b47f8d07 Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Wed, 2 Feb 2022 12:09:30 +0000 Subject: [PATCH] Formatting --- app/src/model/product.ts | 3 +- app/src/views/About.vue | 60 ++++++++++------------------------------ app/tailwind.config.js | 2 -- 3 files changed, 16 insertions(+), 49 deletions(-) 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:

@@ -216,18 +202,10 @@

How to submit my content on the site?

To submit the content:

    -
  1. - Navigate to the DevLibrary homepage and click submit. -
  2. -
  3. - You will be redirected to the Advocu Form link. -
  4. -
  5. - Fill in your personal and project details. -
  6. -
  7. - Click Submit. -
  8. +
  9. Navigate to the DevLibrary homepage and click submit.
  10. +
  11. You will be redirected to the Advocu Form link.
  12. +
  13. Fill in your personal and project details.
  14. +
  15. Click Submit.

@@ -295,18 +273,10 @@ at Dev Library, you receive:

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",