Skip to content

Sponsor logos - #95

Merged
Ankith-Cirgir merged 2 commits into
mainfrom
sponsor-logos
Jul 26, 2026
Merged

Sponsor logos#95
Ankith-Cirgir merged 2 commits into
mainfrom
sponsor-logos

Conversation

@Ankith-Cirgir

Copy link
Copy Markdown
Collaborator

Updated logos with updated names and title. Also made sure they look good on mobile.
image

image

Copilot AI review requested due to automatic review settings July 26, 2026 02:48
@Ankith-Cirgir Ankith-Cirgir self-assigned this Jul 26, 2026
@Ankith-Cirgir
Ankith-Cirgir requested a review from rgbayrak July 26, 2026 02:49

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

Updates the Home page sponsor section to reflect 2026 sponsors and refresh sponsor branding/visual emphasis, including tiered styling intended to improve presentation (notably on mobile).

Changes:

  • Updated sponsor list (logos, ordering, and sponsor set) and changed the heading to “2026 Sponsors”.
  • Split sponsor rendering into a “gold” row and a non-gold row, with new tier CSS classes.
  • Replaced the previous “special” sponsor styling with new gold/silver styling and tweaked mobile .sponsor-icons layout behavior.

Reviewed changes

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

File Description
src/components/Home/Sponsors.js Updates sponsor data, heading text, and renders gold sponsors separately with tier classes.
src/components/Home/home.css Replaces the prior sponsor highlight class with gold/silver tier styles and adjusts mobile sponsor icon box sizing.
Comments suppressed due to low confidence (1)

src/components/Home/Sponsors.js:85

  • Using the array index as a React key can cause incorrect UI updates if the sponsor list order changes (e.g., inserting/reordering sponsors). Prefer a stable unique key such as sponsor.href (or imgSrc).
                                key={index}

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

key={index}
lg={3}
className={`sponsor-icons ${sponsor.special ? 'sponsor-special' : ''}`}
className={`sponsor-icons ${sponsor.silver ? 'sponsor-silver' : ''}`}
<Row style={{ justifyContent: "center", paddingBottom: "20px" }}>
{sponsors.filter(s => s.gold).map((sponsor, index) => (
<Col
key={index}
Comment on lines +480 to 488
.sponsor-gold {
box-shadow: 0px 0px 10px 8px rgba(255, 215, 0, 0.5);
border: 1.7px solid rgba(255, 255, 0, 1) !important;
}

.sponsor-silver {
box-shadow: 0px 0px 10px 8px rgba(192, 192, 192, 0.5);
border: 1.7px solid rgba(192, 192, 192, 1) !important;
}
@Ankith-Cirgir
Ankith-Cirgir merged commit e89bb84 into main Jul 26, 2026
1 check passed
@Ankith-Cirgir
Ankith-Cirgir deleted the sponsor-logos branch July 27, 2026 04:08
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