From 247b739d43c671ea2071f97dee1b39f9ffe21344 Mon Sep 17 00:00:00 2001 From: Timmy Huang Date: Wed, 17 Jan 2024 10:39:23 -0800 Subject: [PATCH] add comments --- .../components/CollectionRevisionStatusCallout/index.tsx | 2 ++ frontend/src/components/Header/components/Nav/index.tsx | 5 +++++ frontend/src/layout.css | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Collection/components/CollectionRevisionStatusCallout/index.tsx b/frontend/src/components/Collection/components/CollectionRevisionStatusCallout/index.tsx index a0206bcef9ff3..f7774166ec868 100644 --- a/frontend/src/components/Collection/components/CollectionRevisionStatusCallout/index.tsx +++ b/frontend/src/components/Collection/components/CollectionRevisionStatusCallout/index.tsx @@ -18,6 +18,7 @@ export default function CollectionRevisionStatusCallout({ {!!revising_in && ( This public collection has a pending revision.{" "} + {/* (thuang): use `legacyBehavior` prop, since `` is `` */} Continue Revision @@ -26,6 +27,7 @@ export default function CollectionRevisionStatusCallout({ {!!revision_of && ( This is a private revision of a published collection.{" "} + {/* (thuang): use `legacyBehavior` prop, since `` is `` */} Open Published Collection diff --git a/frontend/src/components/Header/components/Nav/index.tsx b/frontend/src/components/Header/components/Nav/index.tsx index d9b4a600ba076..634ec65ef1cd6 100644 --- a/frontend/src/components/Header/components/Nav/index.tsx +++ b/frontend/src/components/Header/components/Nav/index.tsx @@ -25,6 +25,7 @@ export default function Nav({ className, pathname }: Props): JSX.Element { Application + {/* (thuang): use `legacyBehavior` prop, since `` is `` */} + {/* (thuang): use `legacyBehavior` prop, since `` is `` */} + {/* (thuang): use `legacyBehavior` prop, since `` is `` */} + {/* (thuang): use `legacyBehavior` prop, since `` is `` */} + {/* (thuang): use `legacyBehavior` prop, since `` is `` */}