Skip to content

Commit

Permalink
docs(playground): correct brand url (#7847)
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticjs authored and tsanislavgatev committed Nov 16, 2023
1 parent e1dcbeb commit a74aae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/.storybook/sbTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default create({
base: "light",
brandTitle: "UI5 Web Components",
brandImage: `../assets/images/sb-logo.png`,
brandUrl: './',
brandUrl: '../',
brandTarget: "_self",
});

0 comments on commit a74aae5

Please sign in to comment.