Skip to content

Commit 71069f8

Browse files
authored
Update src/Footer.tsx
Signed-off-by: Joseph Garrone <joseph.garrone.gj@gmail.com>
1 parent 001bad9 commit 71069f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export const Footer = memo(
271271
>
272272
{(() => {
273273
const children = (
274-
<p className={fr.cx("fr-logo", classes.logo)}>{brandTop}</p>
274+
<p className={cx(fr.cx("fr-logo"), classes.logo)}>{brandTop}</p>
275275
);
276276

277277
return operatorLogo !== undefined ? (

0 commit comments

Comments
 (0)