Skip to content

Commit 6f4ef13

Browse files
authored
feat: add logged out nfb promo on courses page (#1540)
1 parent a06166b commit 6f4ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pages/CoursesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export default function CoursesPage({ courseStories, conversations, shorts }: Pr
210210
<ResourceCarousel title="shorts-carousel" resources={shorts} />
211211
</Container>
212212
)}
213-
{userId && <NotesFromBloomPromo />}
213+
<NotesFromBloomPromo />
214214
{!userId && <SignUpBanner />}
215215
{!!userId && !!showEmailRemindersBanner && <EmailRemindersSettingsBanner />}
216216
</Box>

0 commit comments

Comments
 (0)