Skip to content

Commit

Permalink
feat(footer): update story
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshaa-m committed Jun 30, 2023
1 parent 0d5dc47 commit 8613977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class AppFooter {
<slot name="navigation"></slot>
) : (
<ul>
{this.footerNavigation.map((item) => (
{readData(this.footerNavigation).map((item) => (
<li class="footer-navigation__item">
<a
class="footer-navigation__item-link"
Expand Down

0 comments on commit 8613977

Please sign in to comment.