Skip to content

Commit

Permalink
Merge pull request #5 from mvhacks/firebase
Browse files Browse the repository at this point in the history
update
  • Loading branch information
emilymarkova authored Nov 12, 2024
2 parents 01794c7 + bc03c98 commit 153e6b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand All @@ -43,5 +42,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function App() {
href="https://docs.google.com/forms/d/e/1FAIpQLSefTr6730BXSMYYdAnDXS5hFu_NZ5FHyzNYkv2MYqZoxvkgyQ/viewform"
>
ALERT ME
<img src={arrow} height="25" width="25" id="arrow"/>
<img src={arrow} alt="arrow" height="25" width="25" id="arrow"/>
</Button>
</div>
<br />
Expand Down
3 changes: 1 addition & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import Button from "@mui/joy/Button";
import arrow from "../images/arrow.png";
import insta_logo from "../images/insta_logo.png";
import { keyframes } from "@mui/system";

Expand Down Expand Up @@ -41,7 +40,7 @@ export default function Footer() {
<br />
<br />
<a id="instagram" href="https://www.instagram.com/mvhacks/">
<img src={insta_logo} width={50} height={50} />
<img src={insta_logo} alt="Instagram logo" width={50} height={50} />
</a>
</div>
);
Expand Down

0 comments on commit 153e6b2

Please sign in to comment.