Skip to content

Commit

Permalink
feat: Update page title and header in index.html and App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Jun 15, 2024
1 parent d48efca commit dbb8a2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>foil4g</title>
<title>FOIL4G - UN Open GIS</title>
</head>
<body>
<div id="root"></div>
Expand Down
7 changes: 5 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ import { OpenStreetMapOrgRaster } from './components/OpenStreetMapOrgRaster'

function App() {
return (
<>
<div style={{
margin: '0 20px',
}}>
<h1>FOIL4G - UN Open GIS</h1>
<div style={{
display: 'flex',
flexDirection: 'column',
Expand All @@ -14,7 +17,7 @@ function App() {
<OpenStreetMapFrHotRaster />
<ArcGisWorldImagery />
</div>
</>
</div>
)
}

Expand Down

0 comments on commit dbb8a2a

Please sign in to comment.