Skip to content

Commit

Permalink
Finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
issacto committed Mar 9, 2021
1 parent e886f27 commit 9bf6539
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img alt="Parking" src="./src/images/icon.svg" width="60" />
</p>
<h2 align="center">
Kowloon West Realtime Carpark Data || 九龍西停車場即時數據 🇭🇰
Kowloon West Carpark Realtime Data || 九龍西停車場即時數據 🇭🇰
</h2>


Expand All @@ -21,7 +21,7 @@ This website provides realtime carpark vacancy data in West Kowloon (Hong Kong)

### Run

* Use Chrome to run the website (some packages doesnt work well with mac)
* Use Chrome to run the website (some packages dont work well with mac)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -b main -d build"
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ const IndexPage = () => {

<div style={pageStyles}>
<div style={headerStyles}>
<h1 >九龍西停車場即時數據</h1>
<h1 style={{fontSize:"4vh"}} >九龍西停車場即時數據</h1>
<div >
<a href="/" >
<a href="https://issacto.github.io/KowloonWestParking" >
<img style={logoStyles}src={Logo}></img>
</a>
</div>
Expand Down

0 comments on commit 9bf6539

Please sign in to comment.