Skip to content

Commit

Permalink
Add browser icon metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Konyaco committed Nov 2, 2024
1 parent e4cf681 commit 38014b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gallery/src/jsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Compose Fluent Design Gallery</title>
<link rel="icon" href="composeResources/fluentdesign.gallery.generated.resources/drawable/icon.png">
<script src="skiko.js"></script>
<style>
html,
Expand Down
1 change: 1 addition & 0 deletions gallery/src/wasmJsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Compose Fluent Design Gallery</title>
<link rel="icon" href="composeResources/fluentdesign.gallery.generated.resources/drawable/icon.png">
</head>
<body>
<div>
Expand Down

0 comments on commit 38014b1

Please sign in to comment.