Change “About” and “Privacy policy” links to open in a new tab in advanced interface (#25973)

This commit is contained in:
Claire
2023-07-13 17:59:15 +02:00
committed by GitHub
parent 5fad7bd58a
commit 71db616fed
2 changed files with 5 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ class GettingStarted extends ImmutablePureComponent {
{!multiColumn && <div className='flex-spacer' />}
<LinkFooter />
<LinkFooter multiColumn />
</div>
{(multiColumn && showTrends) && <TrendsContainer />}