Skip to content

Conversation

@ctauchen
Copy link
Collaborator

Product Version(s):

Issue:

Link to docs preview:

SME review:

  • An SME has approved this change.

DOCS review:

  • A member of the docs team has approved this change.

Additional information:

Merge checklist:

  • Deploy preview inspected wherever changes were made
  • Build completed successfully
  • Test have passed

@ctauchen ctauchen requested a review from a team as a code owner January 26, 2026 15:46
Copilot AI review requested due to automatic review settings January 26, 2026 15:46
@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit 90f63fb
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/69778c5ee5180f000887e311
😎 Deploy Preview https://deploy-preview-2485--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit 90f63fb
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/69778c5ead0e03000877d92d
😎 Deploy Preview https://deploy-preview-2485--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 68 (no change from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@ctauchen ctauchen merged commit cf50b5f into tigera:main Jan 26, 2026
12 of 15 checks passed
@ctauchen ctauchen deleted the fix/increase-font-homepage branch January 26, 2026 15:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR increases the font size of caption text in the SelectDocSet component from "sm" to "md", improving readability for product card descriptions displayed on the documentation homepage.

Changes:

  • Updated fontSize prop from "sm" to "md" for the Text component displaying product captions

{info.heading}
</Heading>
<Text fontSize="sm" color="gray.700">
<Text fontSize="md" color="gray.700">
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This component lacks unit tests, which deviates from the established convention in this codebase. Similar components like SelectDocs (located at src/new/components/SelectDocs/test/index.test.tsx) have Jest snapshot tests. According to the repository's testing standards, all React components should have tests in test/ subdirectories with coverage thresholds of 85% branches/functions and 90% lines/statements. Consider adding a test file at src/new/components/SelectDocSet/test/index.test.tsx following the pattern used in SelectDocs.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant