Skip to content

Commit

Permalink
Merge pull request #4 from SafdarJamal/update-project-description
Browse files Browse the repository at this point in the history
Update Project Description
  • Loading branch information
SafdarJamal authored Oct 12, 2020
2 parents 7fe03fb + c2989d5 commit b1acaf5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GitHub Release (latest by date)](https://img.shields.io/github/v/release/SafdarJamal/crime-reports-uk)](https://github.com/SafdarJamal/crime-reports-uk/releases)
[![License](https://img.shields.io/github/license/SafdarJamal/crime-reports-uk)](https://github.com/SafdarJamal/crime-reports-uk/blob/master/LICENSE)

[CR-UK](https://cr-uk.netlify.app) is the app for open-data about crime and policing in England, Wales, and Northern Ireland.
Crime Reports UK is the app for open-data about crime and policing in England, Wales, and Northern Ireland.

![Crime Reports UK](https://user-images.githubusercontent.com/48409548/89211076-b2593900-d5da-11ea-93ac-ec9d46984993.png)

Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Crime Reports UK: Open Data about Crime and Policing in the UK
Crime Reports UK: Browse Open Data about Crime and Policing in the UK
</title>
<meta
name="description"
content="CR-UK is the app for open-data about crime and policing in England, Wales, and Northern Ireland."
content="Crime Reports UK is the app for open-data about crime and policing in England, Wales, and Northern Ireland."
/>
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"short_name": "CR-UK",
"short_name": "Crime Reports UK",
"name": "Crime Reports UK",
"icons": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Header = () => {
>
<Avatar name="Crime Reports UK" src={logo} size={40} marginRight={12} />
<Heading size={600}>
Open Data about Crime and Policing in the UK
Browse Open Data about Crime and Policing in the UK
</Heading>
</Pane>
</header>
Expand Down

0 comments on commit b1acaf5

Please sign in to comment.