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 authored and Arturo committed Sep 13, 2023
1 parent 20ba2d9 commit ce7af0d
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 ce7af0d

Please sign in to comment.