Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/brand/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ export default function BrandPage() {
<p className="text-xs text-fd-muted-foreground text-center">
Need a different format?{" "}
<a
href="mailto:contact@fixfx.dev"
href="https://github.com/CodeMeAPixel/FixFX/issues/new/choose"
className="text-fd-primary hover:underline"
>
Contact us
Open a Issue
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The link text "Open a Issue" is grammatically incorrect; it should be "Open an Issue" to use the correct article before a vowel sound.

Suggested change
Open a Issue
Open an Issue

Copilot uses AI. Check for mistakes.
</a>{" "}
for SVG or other formats.
</p>
Expand Down
Loading