Skip to content

Commit 8abce6d

Browse files
committed
Added logo prop back
1 parent 4bb46c5 commit 8abce6d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

apps/website/screens/components/footer/code/FooterCodePage.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const bottomLinksTypeString = `{
99
text: string;
1010
}[]`;
1111

12+
const logoTypeString = `{
13+
src: string;
14+
alt: string;
15+
}`;
16+
1217
const socialLinkTypeString = `{
1318
href: string;
1419
title: string;
@@ -69,6 +74,21 @@ const sections = [
6974
<td>Content to be displayed on the left side of the footer under the logo.</td>
7075
<td>-</td>
7176
</tr>
77+
<tr>
78+
<td>
79+
<DxcFlex direction="column" gap="var(--spacing-gap-xs)" alignItems="baseline">
80+
<StatusBadge status="new" />
81+
logo
82+
</DxcFlex>
83+
</td>
84+
<td>
85+
<td>
86+
<ExtendedTableCode>{logoTypeString}</ExtendedTableCode>
87+
</td>
88+
</td>
89+
<td>Logo to be displayed inside the footer.</td>
90+
<td>-</td>
91+
</tr>
7292
<tr>
7393
<td>mode</td>
7494
<td>

0 commit comments

Comments
 (0)