-
- ~ {
- Math.ceil(post.readingTime)
- } min read
+
+ ~ {
+ Math.ceil(post.readingTime)
+ } min read
{post.excerpt}
@@ -60,7 +60,7 @@ const { post, url } = Astro.props;
}
{
post.Content ? (
diff --git a/src/components/blog/Tags.astro b/src/components/blog/Tags.astro
index a285652..122cd91 100644
--- a/src/components/blog/Tags.astro
+++ b/src/components/blog/Tags.astro
@@ -22,7 +22,7 @@ const { tags, class: className = 'text-sm' } = Astro.props;
) : (
{tag}
diff --git a/src/components/common/ToggleTheme.astro b/src/components/common/ToggleTheme.astro
index a49986e..5591ad0 100644
--- a/src/components/common/ToggleTheme.astro
+++ b/src/components/common/ToggleTheme.astro
@@ -13,7 +13,7 @@ export interface Props {
const {
label = 'Toggle between Dark and Light mode',
class:
- className = 'text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg text-sm p-2.5 inline-flex items-center',
+ className = 'text-muted dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg text-sm p-2.5 inline-flex items-center',
iconClass = 'w-6 h-6',
iconName = 'tabler:sun',
} = Astro.props;
diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro
index be58a2b..41a2586 100644
--- a/src/components/widgets/Announcement.astro
+++ b/src/components/widgets/Announcement.astro
@@ -3,9 +3,9 @@ import { getPermalink } from '~/utils/permalinks';
---
-
NEW
+
NEW
)
}
- {subtitle &&
}
+ {subtitle &&
}
{
typeof callToAction === 'string' ? (
diff --git a/src/components/widgets/Content.astro b/src/components/widgets/Content.astro
index 009ad68..b055d5b 100644
--- a/src/components/widgets/Content.astro
+++ b/src/components/widgets/Content.astro
@@ -31,14 +31,14 @@ const {
} = Astro.props;
---
-
+
{
(title || subtitle || highlight) && (
{highlight && (
)}
@@ -50,7 +50,7 @@ const {
)}
{subtitle && (
-
+
)}
)
@@ -59,7 +59,7 @@ const {
- {content &&
}
+ {content &&
}
{
items && (
@@ -67,13 +67,13 @@ const {
{items.map(({ title: title2, description, icon }) => (
-
- {title2 &&
{title2}
}
- {description &&
}
+ {title2 &&
{title2}
}
+ {description &&
}
))}
diff --git a/src/components/widgets/FAQs.astro b/src/components/widgets/FAQs.astro
index caf3b8b..9a09e54 100644
--- a/src/components/widgets/FAQs.astro
+++ b/src/components/widgets/FAQs.astro
@@ -28,7 +28,7 @@ const {
{highlight && (
)}
@@ -38,7 +38,7 @@ const {
set:html={title}
/>
)}
- {subtitle &&
}
+ {subtitle &&
}
)
}
@@ -52,10 +52,10 @@ const {
{subitems.map(({ question, answer }) => (
-
+
{question}
- {answer &&
}
+ {answer &&
}
))}
diff --git a/src/components/widgets/Features.astro b/src/components/widgets/Features.astro
index 8b7caab..4afaa55 100644
--- a/src/components/widgets/Features.astro
+++ b/src/components/widgets/Features.astro
@@ -29,7 +29,7 @@ const {
{highlight && (
)}
@@ -41,7 +41,7 @@ const {
)}
{subtitle && (
-
+
)}
)
@@ -53,13 +53,13 @@ const {
{subitems.map(({ title, description, icon }) => (
))}
diff --git a/src/components/widgets/Features2.astro b/src/components/widgets/Features2.astro
index ec521a9..f8f2704 100644
--- a/src/components/widgets/Features2.astro
+++ b/src/components/widgets/Features2.astro
@@ -23,7 +23,7 @@ const {
---
-
+
{
@@ -31,7 +31,7 @@ const {
{highlight && (
)}
@@ -44,7 +44,7 @@ const {
{subtitle && (
)}
@@ -59,7 +59,7 @@ const {
{title}
- {description &&
}
+ {description &&
}
))
}
diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro
index b3ef413..79d9b4d 100644
--- a/src/components/widgets/Footer.astro
+++ b/src/components/widgets/Footer.astro
@@ -34,11 +34,11 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme
-
+
{
secondaryLinks.map(({ text, href }) => (
@@ -49,13 +49,13 @@ const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme
{
links.map(({ title, links }) => (