From 6e0f9cf30ac1e7403f2dd4ad34da5fe249d8d740 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Wed, 6 Mar 2019 09:00:10 -0500 Subject: [PATCH] fix(docs): update README.rst Add a note to clarify that this component is not really a flexible site footer at this time. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index caa37ab8..51532fb5 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,9 @@ frontend-component-footer frontend-component-footer is a library containing a site footer component for use when building edX frontend applications. +At this time, this componenet is hard-coded to match the legacy LMS site footer, including all of its links. +Note: As implemented, it should really be called the ``frontend-component-lms-footer``. + Usage -----