Skip to content

Commit

Permalink
Shortened title
Browse files Browse the repository at this point in the history
  • Loading branch information
damienallen committed May 25, 2024
1 parent 7a98265 commit b728bbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Urban Heat Map",
"alternateName" : ["UHM", "Urban Heat"],
"name" : "Urban Heat",
"alternateName" : ["Urban Heat Island Explorer"],
"url" : "https://urbanheat.app/"
}
</script>
Expand All @@ -25,10 +25,10 @@

<link rel="icon" type="image/svg+xml" href="/favicon.svg" />

<meta name="application-name" content="Urban Heat Map">
<meta name="application-name" content="Urban Heat">
<link rel="manifest" href="/site.webmanifest">

<meta name="apple-mobile-web-app-title" content="Urban Heat Map">
<meta name="apple-mobile-web-app-title" content="Urban Heat">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#d84100">

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Title = () => {
const classes = useStyles()
return (
<div className={classes.container}>
<div className={classes.title}>Urban Heat Map</div>
<div className={classes.title}>Urban Heat</div>
</div>
)
}

0 comments on commit b728bbe

Please sign in to comment.