Skip to content

Commit 1db519b

Browse files
committed
chore: add todo issue link
1 parent 6f34859 commit 1db519b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/generators/web/ui/components/AnnouncementBanner

src/generators/web/ui/components/AnnouncementBanner/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { loadBanners } from './loadBanners.mjs';
55

66
import { remoteConfig, version } from '#theme/config';
77

8-
// TODO: Revisit SERVER global usage.
8+
// TODO: Revisit SERVER global usage (https://github.com/nodejs/doc-kit/issues/353)
99
const LazyBanners = SERVER
1010
? null
1111
: lazy(async () => {

0 commit comments

Comments
 (0)