This repository was archived by the owner on Jul 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 />
2626 < meta name ="theme-color " content ="#00A9CE " />
2727 < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
28- < meta name ="application-name " content ="Cat Tracker " />
28+ < meta name ="application-name " content ="nRF Asset Tracker " />
2929 < meta name ="msapplication-TileColor " content ="#00A9CE " />
30- < title > Cat Tracker</ title >
30+ < title > nRF Asset Tracker</ title >
3131 < link
3232 rel ="stylesheet "
3333 href ="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css "
Original file line number Diff line number Diff line change 11{
2- "short_name" : " Cat Tracker" ,
3- "name" : " Cat Tracker Web Application" ,
2+ "short_name" : " nRF Asset Tracker" ,
3+ "name" : " nRF Asset Tracker Web Application" ,
44 "icons" : [
55 {
66 "src" : " favicon.svg" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const About = ({ config }: { config: ReactAppConfigType }) => (
88 < p >
99 This is the web application of the < em > nRF Asset Tracker</ em > which aims
1010 to provide a concrete end-to-end sample for an IoT product in the asset
11- tracker space, a Cat Tracker . You can find the source code on{ ' ' }
11+ tracker space. You can find the source code on{ ' ' }
1212 < a
1313 href = {
1414 'https://github.com/NordicSemiconductor/asset-tracker-cloud-app-js'
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ const defaultNavbarBrand: React.ReactElement<any> = (
2727 width = "30"
2828 height = "30"
2929 className = "d-inline-block align-top"
30- alt = { `Cat Tracker (Azure)` }
30+ alt = { `nRF Asset Tracker (Azure)` }
3131 />
32- Cat Tracker < Flavour > Azure</ Flavour >
32+ nRF Asset < Flavour > Azure</ Flavour >
3333 </ NavbarBrand >
3434)
3535
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export const List = ({
109109 { ! cats . length && (
110110 < CardBody >
111111 No cats, yet. Read more about how to create{ ' ' }
112- < em > Device Credentials</ em > for your cat trackers{ ' ' }
112+ < em > Device Credentials</ em > for your trackers{ ' ' }
113113 < a
114114 href = {
115115 'https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/'
You can’t perform that action at this time.
0 commit comments