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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/views/Home/components/Sponsors/SponsorsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ export const sponsors: Sponsors = {
image: "/images/sponsors/sopra.png",
website: "https://www.soprasteria.es/",
},
{
name: "Elastic",
image: "/images/sponsors/logo-elastic-horizontal-color.png",
website: "https://www.elastic.co/",
},
Comment on lines +31 to +35
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Consider adding a comment explaining why Elastic is being added as a sponsor, or any relevant context. This can help future developers understand the purpose of this addition. While not strictly necessary, it enhances maintainability.

Suggested change
{
name: "Elastic",
image: "/images/sponsors/logo-elastic-horizontal-color.png",
website: "https://www.elastic.co/",
},
{
name: "Elastic", // Added as a regular sponsor for the 2024 conference
image: "/images/sponsors/logo-elastic-horizontal-color.png",
website: "https://www.elastic.co/",
},

],
basic: [],
communities: [],
Expand Down
Loading