Skip to content

Commit

Permalink
feat(ui): update favicon and chromatic url
Browse files Browse the repository at this point in the history
  • Loading branch information
matochu committed Oct 12, 2023
1 parent d026f3d commit f89ec70
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![](./hive.png)

Design system built with A11Y in mind. Developed as a [Lerna](https://lerna.js.org/) monorepo with shared frontend libraries for a variety of Hazelcast product offerings.
**Design system is available live at URL**: https://5f80b6aa3ceb290022dfea61-hxuybnauer.chromatic.com/?path=/story/getting-started-intro--page
**Design system is available live at URL**: https://5f80b6aa3ceb290022dfea61-tultjjrhhk.chromatic.com/?path=/story/getting-started-intro--page

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand Down
7 changes: 5 additions & 2 deletions packages/ui/.storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<style>
html,
body {
Expand Down Expand Up @@ -76,4 +79,4 @@
#storybook-explorer-searchfield ~ code {
display: none;
}
</style>
</style>
Binary file added packages/ui/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ui/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ui/assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/ui/assets/favicon.ico
Binary file not shown.

0 comments on commit f89ec70

Please sign in to comment.