summaryrefslogtreecommitdiff
path: root/frontend/src/components/PluginView.tsx
diff options
context:
space:
mode:
authorBeebles <102569435+beebls@users.noreply.github.com>2024-08-31 16:41:58 -0600
committerBeebles <102569435+beebls@users.noreply.github.com>2025-08-01 06:54:40 -0600
commit1a231bf03e5db38ba99edb6903757ce2f8172b8f (patch)
tree333f3a6fcfe49e89129cfca14c456ae28955493a /frontend/src/components/PluginView.tsx
parentedf6b54db4bff465020a49ea4a50b3283723f55e (diff)
downloaddecky-loader-1a231bf03e5db38ba99edb6903757ce2f8172b8f.tar.gz
decky-loader-1a231bf03e5db38ba99edb6903757ce2f8172b8f.zip
rename motd to announcements and implement new API
Diffstat (limited to 'frontend/src/components/PluginView.tsx')
-rw-r--r--frontend/src/components/PluginView.tsx4
1 files changed, 2 insertions, 2 deletions
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',
}}
>
- <MotdDisplay />
+ <AnnouncementsDisplay />
<PanelSection>
{pluginList.map(({ name, icon }) => (
<PanelSectionRow key={name}>