Skip to content

feat(partners): update Decour SMP logo to Dcore.png#49

Merged
creatorcluster merged 1 commit intocreatorcluster:mainfrom
Coder-soft:main
Apr 2, 2026
Merged

feat(partners): update Decour SMP logo to Dcore.png#49
creatorcluster merged 1 commit intocreatorcluster:mainfrom
Coder-soft:main

Conversation

@Coder-soft
Copy link
Copy Markdown

@Coder-soft Coder-soft commented Apr 2, 2026

Summary by CodeRabbit

  • Bug Fixes
    • Updated the Decour SMP partner card logo to display the correct branding asset.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

@musarrat950 is attempting to deploy a commit to the yamura3's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 2, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 21db382f-4731-4463-8ef9-c45670052e49

📥 Commits

Reviewing files that changed from the base of the PR and between 943560c and c062baa.

⛔ Files ignored due to path filters (1)
  • public/Dcore.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • src/components/Partnership.tsx

📝 Walkthrough

Walkthrough

Updated the logo asset path for the Decour SMP partner card in the Partnership component, replacing the JPG reference with a PNG asset. No changes to rendering logic, control flow, or other partner data.

Changes

Cohort / File(s) Summary
Partnership Logo Asset Update
src/components/Partnership.tsx
Updated Decour SMP partner card logo path from "/assets/Decour.jpg" to "/Dcore.png".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A logo hops into place so neat,
From Decour's old to Dcore's sweet retreat,
One tiny path, one simple swap,
Makes Partnership shine from top to hop! 🎉

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@creatorcluster creatorcluster merged commit 6c9847c into creatorcluster:main Apr 2, 2026
1 of 3 checks passed
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 2, 2026

Greptile Summary

This PR updates the logo for the "Decour SMP" partner entry in Partnership.tsx, replacing the old /assets/Decour.jpg path with a newly added Dcore.png file. The change is straightforward and functionally correct, though the new image was placed in public/ root rather than public/assets/ where all other partner logos reside.

Confidence Score: 5/5

Safe to merge; only P2 style/organization suggestions remain.

The change is a simple logo swap with no logic changes or runtime errors. Both findings are P2: one about asset directory consistency and one about a potential name update. Neither blocks functionality.

No files require special attention.

Important Files Changed

Filename Overview
public/Dcore.png New partner logo added to public root instead of public/assets/, inconsistent with other logo placements.
src/components/Partnership.tsx Logo path updated for "Decour SMP" partner from /assets/Decour.jpg to /Dcore.png; functional change is correct but path deviates from asset organization convention.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Partnership Component] --> B[partners array]
    B --> C[Creators' Kingdom\nexternal CDN URL]
    B --> D[Proger's Kitchen\n/assets/progerskitchen.webp]
    B --> E[Decour SMP\n/Dcore.png ← updated]
    C --> F[Rendered partner card]
    D --> F
    E --> F
    F --> G[img src= logo path]
Loading

Reviews (1): Last reviewed commit: "feat(partners): update Decour SMP logo t..." | Re-trigger Greptile

name: "Decour SMP",
description: 'A friendly and welcoming Minecraft SMP server.',
logo: "/assets/Decour.jpg",
logo: "/Dcore.png",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Inconsistent asset directory placement

All other partner/contributor logos live under public/assets/ (e.g. progerskitchen.webp, Decour.jpg), but Dcore.png was placed directly in public/. Moving the file to public/assets/Dcore.png and updating the path here would keep the project structure consistent.

Suggested change
logo: "/Dcore.png",
logo: "/assets/Dcore.png",

Comment on lines 34 to +36
name: "Decour SMP",
description: 'A friendly and welcoming Minecraft SMP server.',
logo: "/assets/Decour.jpg",
logo: "/Dcore.png",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Partner name may be outdated after rebrand

The logo file is named Dcore.png, which suggests the partner may have rebranded from "Decour SMP" to "Dcore". If this is a full rebrand, the name field should be updated to match so the displayed card title stays accurate.

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.

3 participants