Skip to content
Open
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 src/assets/main-page/sponsor_Calapine.png
Copy link
Member Author

Choose a reason for hiding this comment

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

Hey @Yusyuriv, do I need to resize this image?

Copy link
Member

Choose a reason for hiding this comment

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

Preferably, yes. To align with the other images, it should be 128x128. I usually use https://squoosh.app/, it can both resize and optimize images. I attached the optimized image below, just replace the image in the PR with this one and you're good to go.

Image

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/components/main-page/1_HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ const sponsors = [
label: "TheBestPessimist",
rounded: false,
},
{
href: "https://github.com/Calapine",
src: import("@/assets/main-page/sponsor_Calapine.png"),
alt: "",
label: "Calapine",
rounded: false,
},
];

const latestVersion = await getGitHubReleaseData();
Expand Down