Skip to content

Commit eb2f93e

Browse files
committed
add a cheeky icon
sub sandwhich = pubsub right?
1 parent 74dadee commit eb2f93e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

webapp/src/assets/icon.png

24.2 KB
Loading

webapp/src/index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<title>pubsub-ui</title>
66
<base href="/">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="icon" type="image/x-icon" href="favicon.ico">
8+
<link rel="icon" type="image/x-icon" href="assets/icon.png">
9+
10+
<!-- icon source -->
11+
<!-- <a href="https://www.flaticon.com/free-icons/food-and-restaurant" title="food and restaurant icons">Food and restaurant icons created by Nikita Golubev - Flaticon</a> -->
12+
913
<link rel="preconnect" href="https://fonts.gstatic.com">
1014
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> -->
1115
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

0 commit comments

Comments
 (0)