diff --git a/src/app/[locale]/(marketing)/(pages)/about/page.tsx b/src/app/[locale]/(marketing)/(pages)/about/page.tsx index b427134..5d99b11 100644 --- a/src/app/[locale]/(marketing)/(pages)/about/page.tsx +++ b/src/app/[locale]/(marketing)/(pages)/about/page.tsx @@ -33,7 +33,7 @@ export default async function AboutPage() { return (
{/* about section */} -
+
{/* avatar and name */} diff --git a/src/app/[locale]/(marketing)/blog/[...slug]/page.tsx b/src/app/[locale]/(marketing)/blog/[...slug]/page.tsx index 54eb92b..5738539 100644 --- a/src/app/[locale]/(marketing)/blog/[...slug]/page.tsx +++ b/src/app/[locale]/(marketing)/blog/[...slug]/page.tsx @@ -109,7 +109,7 @@ export default async function BlogPostPage(props: NextPageProps) { {/* Basic information */}
{/* blog post image */} -
+
{post.image && (

{t('author')}

-
+
{post.author?.avatar && ( Try Again Get Help diff --git a/src/components/auth/auth-card.tsx b/src/components/auth/auth-card.tsx index 9a15312..2a6f3d1 100644 --- a/src/components/auth/auth-card.tsx +++ b/src/components/auth/auth-card.tsx @@ -31,7 +31,7 @@ export const AuthCard = ({ className, }: AuthCardProps) => { return ( - + diff --git a/src/components/auth/divider-with-text.tsx b/src/components/auth/divider-with-text.tsx index 77eaa4a..69671d1 100644 --- a/src/components/auth/divider-with-text.tsx +++ b/src/components/auth/divider-with-text.tsx @@ -14,11 +14,11 @@ export const DividerWithText = ({ }: DividerWithTextProps) => { return (
-
- +
+ {text} -
+
); }; \ No newline at end of file diff --git a/src/components/blog/blog-card.tsx b/src/components/blog/blog-card.tsx index 4a9fc9f..b446b96 100644 --- a/src/components/blog/blog-card.tsx +++ b/src/components/blog/blog-card.tsx @@ -19,7 +19,7 @@ export default function BlogCard({ post }: BlogCardProps) {
{/* Image container - fixed aspect ratio */} -
+
{post.image && (
-
+
{post?.author?.avatar && ( -
+
diff --git a/src/components/dashboard/dashboard-header.tsx b/src/components/dashboard/dashboard-header.tsx index b3d56e9..757f72a 100644 --- a/src/components/dashboard/dashboard-header.tsx +++ b/src/components/dashboard/dashboard-header.tsx @@ -24,7 +24,7 @@ interface DashboardHeaderProps { export function DashboardHeader({ breadcrumbs, actions }: DashboardHeaderProps) { return (
+ transition-[width,height] ease-linear group-has-data-[collapsible=icon]/sidebar-wrapper:h-12">
diff --git a/src/components/dashboard/sidebar-user.tsx b/src/components/dashboard/sidebar-user.tsx index c392530..939aac7 100644 --- a/src/components/dashboard/sidebar-user.tsx +++ b/src/components/dashboard/sidebar-user.tsx @@ -110,7 +110,7 @@ export function SidebarUser() { diff --git a/src/components/payment/pricing-card.tsx b/src/components/payment/pricing-card.tsx index 3712d6f..b54ef0b 100644 --- a/src/components/payment/pricing-card.tsx +++ b/src/components/payment/pricing-card.tsx @@ -115,7 +115,7 @@ export function PricingCard({ {plan.name} {plan.description} - +
{formattedPrice} {priceLabel && ( @@ -136,7 +136,7 @@ export function PricingCard({
    {plan.features.map((feature, i) => (
  • - + {feature}
  • ))} diff --git a/src/components/settings/billing/billing-card.tsx b/src/components/settings/billing/billing-card.tsx index fce5238..636abad 100644 --- a/src/components/settings/billing/billing-card.tsx +++ b/src/components/settings/billing/billing-card.tsx @@ -276,7 +276,7 @@ export default function BillingCard() { {plan.name} {plan.description} - +
    {formatPrice(price.amount, price.currency)} @@ -303,7 +303,7 @@ export default function BillingCard() { {plan.features.map((feature, index) => (
  • (
  • ) => ( ) => (