chore: add in social icons from old site

This commit is contained in:
Corbin Crutchley
2022-09-25 05:50:49 -07:00
parent a0b06097ac
commit 51a4ad0fda
14 changed files with 86 additions and 9 deletions

10
public/uninstall-sw.js Normal file
View File

@@ -0,0 +1,10 @@
if ("serviceWorker" in navigator) {
navigator.serviceWorker
.register("/sw.js")
.then(serviceWorker => {
console.log("Service Worker registered: ", serviceWorker);
})
.catch(error => {
console.error("Error registering the Service Worker: ", error);
});
}