mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
feat: migrate to the realm rc version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useState, useMemo } from "react";
|
||||
import * as React from "react";
|
||||
import { useTranslate } from "@portal/hooks";
|
||||
import { useThemeHooks } from '@redocly/theme/core/hooks';
|
||||
const moment = require("moment");
|
||||
const amaImage = require("../static/img/events/AMAs.png")
|
||||
const hackathon = require("../static/img/events/Hackathons.png")
|
||||
@@ -686,6 +686,7 @@ const events = [
|
||||
];
|
||||
|
||||
export default function Events() {
|
||||
const { useTranslate} = useThemeHooks();
|
||||
const { translate } = useTranslate();
|
||||
const { past, upcoming } = useMemo(() => categorizeDates(events), []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user