From 3a9e3f8fba7066fb1e953f06df29ed4d00d93899 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Thu, 24 Apr 2025 13:53:20 -0400 Subject: [PATCH] feat: add another `FooterSlot` id alias (#523) --- 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 6322f3c4..c4b6bc52 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 = () => ( - +