Skip to content

Commit

Permalink
Merges origin/UP-5467-favicon (pull request #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drafter500 committed Jan 31, 2024
2 parents e8e87ce + 0339b9c commit 53ada1d
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/fakedoor-demo/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/fakedoor-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
rel="stylesheet"
href="/node_modules/playground-elements/themes/monokai.css"
/>
<link
rel="icon"
type="image/svg"
href="/favicon.svg"
/>
<title>35up Recommendation slider demo</title>
<style>
body {
Expand Down
13 changes: 13 additions & 0 deletions packages/slider/.storybook/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/slider/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ module.exports = {
{
src: path.resolve(__dirname, './logo-colorful.svg'),
dest: path.resolve(__dirname, '../storybook-static'),
},
{
src: path.resolve(__dirname, './favicon.svg'),
dest: path.resolve(__dirname, '../storybook-static'),
}
]
})
Expand Down

0 comments on commit 53ada1d

Please sign in to comment.