Skip to content

fix: apply prettier formatting#38

Merged
vihaan-kk merged 1 commit into
mainfrom
fix/prettier-formatting
Jun 2, 2026
Merged

fix: apply prettier formatting#38
vihaan-kk merged 1 commit into
mainfrom
fix/prettier-formatting

Conversation

@vihaan-kk

Copy link
Copy Markdown
Collaborator

Closes #5

Copilot AI review requested due to automatic review settings June 2, 2026 01:26
@vihaan-kk vihaan-kk merged commit 0dec730 into main Jun 2, 2026
1 check passed
@vihaan-kk vihaan-kk deleted the fix/prettier-formatting branch June 2, 2026 01:27

Copilot AI left a comment

Copy link
Copy Markdown

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 applies Prettier-style formatting to several React components and normalizes a CSS hex color, aiming to keep the UI codebase consistently formatted.

Changes:

  • Reformat JSX and inline style objects across multiple components/*.tsx files for readability/consistency.
  • Reflow long JSX text nodes (line wrapping) without changing content.
  • Normalize --blue hex color casing in app/globals.css.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
components/Nav.tsx Prettier reformat of JSX/style objects; still contains a hidden placeholder link element.
components/HostInterest.tsx Prettier reformat of JSX/style objects and paragraph wrapping.
components/Hero.tsx Prettier reformat of layout div styles and paragraph wrapping.
components/Footer.tsx Prettier reformat of JSX/style objects.
components/About.tsx Prettier reformat of JSX/style objects and paragraph wrapping.
app/globals.css Lowercases the --blue hex value.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread components/Nav.tsx
Comment on lines +61 to 69
<a
style={{
color: "#4B9CD3",
textDecoration: "none",
visibility: "hidden",
}}
>
PLACEHOLDER
</a>
Comment thread components/Nav.tsx
Comment on lines +33 to +40
<span
style={{
fontFamily: D,
fontSize: "26px",
letterSpacing: "0.02em",
color: "#111",
}}
>
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.

Add Prettier Configuration

2 participants