Skip to content

Commit d85da46

Browse files
committed
minor
1 parent d41147a commit d85da46

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

components/OgImage/ShadcnDocs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
:style="`background-size: 120px 120px; background-image: linear-gradient(to right, ${colorMode === 'light' ? '#e5e7eb' : '#27272a'} 1px, transparent 1px), linear-gradient(to bottom, ${colorMode === 'light' ? '#e5e7eb' : '#27272a'} 1px, transparent 1px);`"
66
>
77
<div class="mb-4 flex">
8-
<img v-if="colorMode === 'light'" :src="logo.light" height="65">
9-
<img v-else :src="logo.dark" height="65">
8+
<img v-if="colorMode === 'light'" :src="logo.light" height="65" />
9+
<img v-else :src="logo.dark" height="65" />
1010
<span
1111
v-if="showTitle && siteTitle"
1212
class="ml-4 self-center text-4xl font-bold"

components/content/FeaturesSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Card
66
v-for="(feature, index) in validFeatures"
77
:key="index"
8-
class="group flex flex-col items-center text-center p-6 transition-all duration-300 hover:shadow-lg border-2 hover:border-primary/20"
8+
class="customclass group flex flex-col items-center text-center p-6 transition-all duration-300 hover:shadow-lg border-2 hover:border-primary/20"
99
>
1010
<CardContent class="p-0 flex flex-col items-center">
1111
<div class="mb-6 flex h-20 w-20 items-center justify-center rounded-2xl bg-primary/10 p-3 group-hover:bg-primary/20 transition-colors">

www/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ export default defineAppConfig({
22
comfortErpDocs: {
33
site: {
44
name: 'Comfort ERP Documentation',
5-
description: 'Comfort ERP Documentation',
6-
ogImage: '/hero.png',
5+
description: 'Comfort ERP Documentation for WordPress. Accounting, Inventory & Invoice and much more modules of erp.',
6+
ogImage: '/seo_card.png',
77
ogImageComponent: 'ComfortErpDocs',
88
ogImageColor: 'light',
99
umami: {

www/content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "Comfort ERP Documentation for WordPress"
2+
title: "Documentation for Comfort ERP Plugins for WordPress"
33
description: "Comfort ERP Documentation for WordPress. Accounting, Inventory & Invoice and much more modules of erp."
44

5-
ogType: "article"
5+
ogType: "website"
66
ogTitle: "Comfort ERP Documentation for WordPress"
77
ogDescription: "Comfort ERP Documentation for WordPress. Accounting, Inventory & Invoice and much more modules of erp."
88
ogSiteName: "Comfort ERP Documentation"
99
ogImage: "https://docs.comforterp.com/assets/images/seo.png"
1010
ogUrl: "https://docs.comforterp.com"
1111

12-
twitterCard: "article"
12+
twitterCard: "website"
1313
twitterTitle: "Comfort ERP Documentation for WordPress"
1414
twitterDescription: "Comfort ERP Documentation for WordPress. Accounting, Inventory & Invoice and much more modules of erp."
1515
twitterSite: "@ComfortERP"

www/public/seo_card.png

46.6 KB
Loading

0 commit comments

Comments
 (0)