diff --git a/src/components/BlogAuthorFilter.tsx b/src/components/BlogAuthorFilter.tsx index 8a8da1e41..cd3807f11 100644 --- a/src/components/BlogAuthorFilter.tsx +++ b/src/components/BlogAuthorFilter.tsx @@ -47,7 +47,7 @@ export function BlogAuthorFilter({ > @@ -114,7 +114,7 @@ export function BlogAuthorFilter({ width={20} src={getAuthorAvatar(name)} alt="" - className="w-5 h-5 rounded object-cover flex-shrink-0" + className="w-5 h-5 rounded object-cover shrink-0" /> {name} {isSelected ? ( diff --git a/src/components/CopyPageDropdown.tsx b/src/components/CopyPageDropdown.tsx index bffcaf699..715b60713 100644 --- a/src/components/CopyPageDropdown.tsx +++ b/src/components/CopyPageDropdown.tsx @@ -331,7 +331,7 @@ export function CopyPageDropdown({ onSelect={item.onSelect} className="gap-3 px-3 py-2.5" > -
+
diff --git a/src/components/DocFeedbackNote.tsx b/src/components/DocFeedbackNote.tsx index cc67574c4..4f814ad3c 100644 --- a/src/components/DocFeedbackNote.tsx +++ b/src/components/DocFeedbackNote.tsx @@ -370,14 +370,14 @@ export function DocFeedbackNote({ >
- + {isImprovement ? 'Your Improvement' : 'Your Note'} {isImprovement && note.status && ( )}
-
+
{!note.isCollapsed && ( <>
} > - + {isImprovement ? 'New Improvement' : 'New Note'} diff --git a/src/components/FeedbackLeaderboard.tsx b/src/components/FeedbackLeaderboard.tsx index 4efda4e85..443419d5f 100644 --- a/src/components/FeedbackLeaderboard.tsx +++ b/src/components/FeedbackLeaderboard.tsx @@ -136,7 +136,7 @@ export function FeedbackLeaderboard() { key={entry.userId} className={twMerge( rank <= 3 && page === 1 - ? 'bg-gradient-to-r from-yellow-50 to-transparent dark:from-yellow-900/10' + ? 'bg-linear-to-r from-yellow-50 to-transparent dark:from-yellow-900/10' : '', )} > @@ -179,7 +179,7 @@ export function FeedbackLeaderboard() { -
+
+
{compactViewModes.map(({ mode, icon: Icon, title }) => (
-
+
{key.isActive && (
-
+
) @@ -874,7 +874,7 @@ function StackCategoryCard({
  • {/* Header */} -
    +
    +
    -
    +
    NEW
    @@ -48,15 +48,15 @@ function LearnPage() {

    - +
    Tutorials & walkthroughs
    -
    - +
    Release announcements & demos
    @@ -72,9 +72,9 @@ function LearnPage() { -
    +
    NEW
    @@ -88,15 +88,15 @@ function LearnPage() {

    -
    - +
    Premium in-person options
    - +
    From maintainers & creators
    diff --git a/src/routes/partners.index.tsx b/src/routes/partners.index.tsx index 2d0120d91..9e9c40dca 100644 --- a/src/routes/partners.index.tsx +++ b/src/routes/partners.index.tsx @@ -461,7 +461,7 @@ function TierSectionHeader({ tier }: { tier: PartnerTier }) { return (
    ) diff --git a/src/routes/partners.railway.tsx b/src/routes/partners.railway.tsx index 1315bb68a..bbc0b0a23 100644 --- a/src/routes/partners.railway.tsx +++ b/src/routes/partners.railway.tsx @@ -303,7 +303,7 @@ export const Route = createFileRoute('/partners/railway')({ function CheckBadge() { return ( - + ) @@ -727,7 +727,7 @@ function RailwayPartnerPage() { diff --git a/src/routes/support.tsx b/src/routes/support.tsx index c6473cff5..c2651818b 100644 --- a/src/routes/support.tsx +++ b/src/routes/support.tsx @@ -79,7 +79,7 @@ function SupportComp() { className={`${cardClass} ${option.isNew ? 'overflow-visible' : 'overflow-hidden'}`} > {option.isNew && ( -
    +
    NEW
    )} diff --git a/src/routes/tenets.tsx b/src/routes/tenets.tsx index 3a94f956c..66b38766b 100644 --- a/src/routes/tenets.tsx +++ b/src/routes/tenets.tsx @@ -248,7 +248,7 @@ function RouteComp() { {/* Header */}
    @@ -270,7 +270,7 @@ function RouteComp() { className="flex gap-3 items-start" >
    @@ -323,7 +323,7 @@ function RouteComp() { return (
    diff --git a/src/routes/workshops.tsx b/src/routes/workshops.tsx index 980e137ba..98fa0248e 100644 --- a/src/routes/workshops.tsx +++ b/src/routes/workshops.tsx @@ -100,14 +100,14 @@ function WorkshopsPage() { 'Access to maintainers and creators', ].map((item) => (
  • - + {item}
  • ))} -
    +

    In-Person Workshops

    @@ -125,7 +125,7 @@ function WorkshopsPage() { 'Extended Q&A and networking sessions', ].map((item) => (
  • - + {item}
  • ))} @@ -347,7 +347,7 @@ function WorkshopsPage() { key={topic} className="flex items-center gap-3 rounded-lg bg-white dark:bg-gray-800 px-4 py-3 shadow-sm border border-gray-200 dark:border-gray-700" > - + {topic} @@ -364,7 +364,7 @@ function WorkshopsPage() { {/* Premium Appearance Section - Deal Sweetener */}
    -
    +
    Tanner Linsley
    {/* Left fade overlay */} -
    +
    {/* Right fade overlay */} -
    +
    {[...testimonials, ...testimonials, ...testimonials].map( (testimonial, i) => ( - +
    {[...Array(5)].map((_, j) => (