chore(*): Add favicon and manifest

This commit is contained in:
Josh Creek
2022-10-07 19:50:41 +01:00
parent f97bc01e14
commit 656856fa79
12 changed files with 93 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
import * as d3 from 'd3';
require('./assets/favicon.ico');
require('./assets/android-chrome-192x192.png');
require('./assets/android-chrome-512x512.png');
const padding = {
top: 20,
right: 40,