Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Nov 5, 2024
1 parent c17626b commit c6d67bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/** @type {string}*/
export let maxWidth = undefined;
/** @type {string}*/
export let homePageName = "Home";
export let homePageName = 'Home';
/** @type {boolean} */
export let hideBreadcrumbs = false;
/** @type {boolean} */
Expand Down

0 comments on commit c6d67bb

Please sign in to comment.