Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added public/Dcore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Partnership.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Partnership = () => {
{
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
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.

url: "https://dsc.gg/decoursmp",
},
];
Expand Down