From d86be3563b8da64af144a2a1d6a969af71beaaf0 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 24 Apr 2025 13:23:49 -0400 Subject: [PATCH] feat: add another `FooterSlot` id alias --- src/plugin-slots/FooterSlot/index.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/plugin-slots/FooterSlot/index.jsx b/src/plugin-slots/FooterSlot/index.jsx index 6322f3c43a..c4b6bc5274 100644 --- a/src/plugin-slots/FooterSlot/index.jsx +++ b/src/plugin-slots/FooterSlot/index.jsx @@ -3,7 +3,10 @@ import { PluginSlot } from '@openedx/frontend-plugin-framework'; import Footer from '../../components/Footer'; const FooterSlot = () => ( - +