Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/hungry-windows-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@hashicorp/design-system-components": patch
---

<!-- START {components/app-footer} -->
`AppFooter` - Updated company name in copyright text
<!-- END -->
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Hds::Text::Body @tag="span" @size="100">
{{hds-t
"hds.components.app-footer.copyright.copyright-text"
default=(concat "© " this.year " HashiCorp")
default=(concat "© " this.year " HashiCorp, an IBM company")
year=this.year
}}
</Hds::Text::Body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
copyright-text: "© {year} HashiCorp"
copyright-text: "© {year} HashiCorp, an IBM company"
Loading