Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit dd79c40

Browse files
author
Adam
committed
update favicon and add readme
1 parent e69dc96 commit dd79c40

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<p align="center">
2+
<img src="./public/icon.png" width="64px" />
3+
</p>
4+
5+
# Mob Timer
6+
7+
A Mob Programming timer!
8+
9+
## Development
10+
11+
1. `yarn` - Install dependencies.
12+
1. `yarn start` - Start development server.

public/favicon.ico

27.5 KB
Binary file not shown.

public/icon.png

2.61 KB
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
1111
-->
1212
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
13-
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
13+
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico?v=3">
1414
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
1515
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1616
<!--

0 commit comments

Comments
 (0)