Skip to content

Commit a73280d

Browse files
authored
Merge pull request #206 from HackMelbourne/master
Backport master to dev
2 parents 2bc444f + 4352239 commit a73280d

File tree

11 files changed

+3952
-2059
lines changed

11 files changed

+3952
-2059
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Getting Startsd
1+
## Getting Started
22

33
1. Clone the repository
44
2. Once you've cloned the repo, run `npm install` to install all of the node_modules

functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ exports.getLinksPage = onCall(
239239
// await getFirestore().collection("riserData").add(result);
240240

241241
// return { text: "hi" };
242-
// });
242+
// });

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
5+
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77

88
<!-- Fonts -->

0 commit comments

Comments
 (0)