diff --git a/nuxt-frontend/components/frontend-development/PartnerWithUsSection.vue b/nuxt-frontend/components/frontend-development/PartnerWithUsSection.vue index e4bc50d01..9b5cf48ad 100644 --- a/nuxt-frontend/components/frontend-development/PartnerWithUsSection.vue +++ b/nuxt-frontend/components/frontend-development/PartnerWithUsSection.vue @@ -1,215 +1,216 @@ - - - \ No newline at end of file +} + diff --git a/nuxt-frontend/pages/frontend-development.vue b/nuxt-frontend/pages/frontend-development.vue index 3cac1b4ff..1321391d5 100644 --- a/nuxt-frontend/pages/frontend-development.vue +++ b/nuxt-frontend/pages/frontend-development.vue @@ -10,8 +10,8 @@ import NewFooter from "@/components/partials/NewFooter.vue"; import config from "@/config.js"; import { elementInViewPort } from "@/utils.js"; import LandingSection from "@/components/frontend-development/LandingSection.vue"; -const PartnerWithUsSection = defineAsyncComponent(() => - import("@/components/frontend-development/PartnerWithUsSection.vue") +const PartnerWithUsSection = defineAsyncComponent( + () => import("@/components/frontend-development/PartnerWithUsSection.vue"), ); export default { beforeRouteEnter(to, from, next) { diff --git a/nuxt-frontend/tailwind.config.js b/nuxt-frontend/tailwind.config.js index cd163c5c4..149196f7c 100644 --- a/nuxt-frontend/tailwind.config.js +++ b/nuxt-frontend/tailwind.config.js @@ -38,7 +38,7 @@ module.exports = { 60: "#00000099", }, white: "#ffffff", - "white-smoke":"#F8F8F8", + "white-smoke": "#F8F8F8", "white-core": { 1: "#FFFFFF1A", 12: "#FFFFFF1F",