Skip to content

Commit 1c029f6

Browse files
committed
fix: conditional confetti
1 parent 8867091 commit 1c029f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const Layout: React.FC<IProps> = ({
195195
</div>
196196
</BannerNotification>
197197
<SkipLinkAnchor id="main-content" />
198-
<Centered id="confetti-easter-egg" />
198+
{isMergePage && <Centered id="confetti-easter-egg" />}
199199
<MainContainer>
200200
{shouldShowSideNav && (
201201
<VisuallyHidden isHidden={isZenMode}>

0 commit comments

Comments
 (0)