Skip to content

Conversation

Copy link

Copilot AI commented Nov 21, 2025

Addresses feedback on #26 regarding misleading indentation in use-cases/invoicing.mdx.

The "Build with API" card appeared indented but was outside the <CardGroup> that closes on line 92. Removed leading whitespace to clearly indicate it's a separate, full-width element.

Changes:

  • Removed indentation from <Card> element starting at line 94
  • Card now starts at column 1, consistent with its position outside the CardGroup
</CardGroup>

<Card 
  title="Build with API" 
  icon="code"
  href="/api-features/create-requests"
>

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@coderabbitai
Copy link

coderabbitai bot commented Nov 21, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] WIP address feedback on invoicing use case improvements Remove leading whitespace from card outside CardGroup Nov 21, 2025
Copilot AI requested a review from MantisClone November 21, 2025 23:47
@MantisClone
Copy link
Member

no this is already fixed.

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.

2 participants