Skip to content

Commit

Permalink
Merge pull request #3746 from dfinity/rei/events-f
Browse files Browse the repository at this point in the history
restore event featured
  • Loading branch information
reigj1 authored Nov 14, 2024
2 parents a004481 + 2a0c588 commit 5196ae6
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/pages/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,7 @@ import {
const { events, websiteCategory, regions } = data;
const DEFAULT_MAX_EVENTS = 12;

const featuredEvent = {
id: "devcon",
eventName: "Chain Fusion Hub @ Devcon SEA",
description: null,
eventLink: "https://lu.ma/ChainFusionHubTH",
topic: ["ChainFusion"],
startDate: "2024-11-08T00:00:00.000Z",
endDate: "2024-11-11T00:00:00.000Z",
regions: "Asia",
country: "Thailand",
type: "Conference",
websiteCategory: "Conferences",
mode: ["IRL"],
status: "Completed",
imageUrl: "/img/events/event-02.webp",
};
const featuredEvent = getFeaturedEvent(events);

function GlobalEventsPage() {
const heroRef = useRef<HTMLDivElement>(null);
Expand Down

0 comments on commit 5196ae6

Please sign in to comment.