0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 />}