From 1a231bf03e5db38ba99edb6903757ce2f8172b8f Mon Sep 17 00:00:00 2001
From: Beebles <102569435+beebls@users.noreply.github.com>
Date: Sat, 31 Aug 2024 16:41:58 -0600
Subject: rename motd to announcements and implement new API
---
frontend/src/components/PluginView.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'frontend/src/components/PluginView.tsx')
diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx
index 88b43b51..13ee33e1 100644
--- a/frontend/src/components/PluginView.tsx
+++ b/frontend/src/components/PluginView.tsx
@@ -3,8 +3,8 @@ import { FC, useMemo } from 'react';
import { useTranslation } from 'react-i18next';
import { FaEyeSlash } from 'react-icons/fa';
+import { AnnouncementsDisplay } from './AnnouncementsDisplay';
import { useDeckyState } from './DeckyState';
-import { MotdDisplay } from './MotdDisplay';
import NotificationBadge from './NotificationBadge';
import { useQuickAccessVisible } from './QuickAccessVisibleState';
import TitleView from './TitleView';
@@ -42,7 +42,7 @@ const PluginView: FC = () => {
paddingTop: '16px',
}}
>
-
+
{pluginList.map(({ name, icon }) => (
--
cgit v1.2.3