Skip to content

Commit

Permalink
[CCUBE-1580][RL] Update branding props documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qroll committed Oct 14, 2024
1 parent 9f7bd01 commit f50827c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions stories/footer/props-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const DATA: ApiTableSectionProps[] = [
</>
),
propTypes: ["string"],
defaultValue: "<theme service logo>",
},
{
name: "lastUpdated",
Expand Down
2 changes: 1 addition & 1 deletion stories/navbar/props-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const DATA: ApiTableSectionProps[] = [
name: "primary",
description: "The primary branding",
propTypes: ["NavbarBrandingProps"],
defaultValue: "<LifeSG branding>",
defaultValue: "<theme service branding>",
},
{
name: "secondary",
Expand Down

0 comments on commit f50827c

Please sign in to comment.