diff --git a/.prettierignore b/.prettierignore index c978465..c795b05 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1 @@ -build -src/components/servicesCalculator.vue \ No newline at end of file +build \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index 728724f..dedc4ed 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1 +1 @@ -https://josephhansen.dev/daily0.3https://josephhansen.dev/pricingdaily0.3 \ No newline at end of file +https://josephhansen.dev/daily0.3https://josephhansen.dev/pricingdaily0.3https://josephhansen.dev/contactdaily0.3 \ No newline at end of file diff --git a/src/components/main/blocks/pricing/servicesCalculator/servicesCalculator.vue b/src/components/main/blocks/pricing/servicesCalculator/servicesCalculator.vue index eb59ed6..764c2ca 100644 --- a/src/components/main/blocks/pricing/servicesCalculator/servicesCalculator.vue +++ b/src/components/main/blocks/pricing/servicesCalculator/servicesCalculator.vue @@ -467,15 +467,15 @@ const blockClass = (brightness) => { let classes = "" classes += ringClass(brightness) - if (brightness == 5){ + if (brightness == 5) { classes += " bg-slate-100" - } else if (brightness == 4){ + } else if (brightness == 4) { classes += " bg-slate-400" - } else if (brightness == 3){ + } else if (brightness == 3) { classes += " bg-slate-500" - } else if (brightness == 2){ + } else if (brightness == 2) { classes += " bg-slate-700" - } else if (brightness == 1){ + } else if (brightness == 1) { classes += " bg-slate-800" } } @@ -505,8 +505,7 @@ v-for="(block, index) in blocks" :key="index" class="md:wd-8/12 sm:wd-11/12 rounded bg-slate-100 p-5 border-4 flex-col mb-4" - :class="blockClass(brightness) - "> + :class="blockClass(brightness)">
{ if (brightness >= 4) { return "text-emerald-500" @@ -67,6 +66,4 @@ ) - +