Skip to content

Commit 1777713

Browse files
authored
Update favicon and title (#265)
1 parent b311086 commit 1777713

5 files changed

Lines changed: 34 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FTW Inference App
1+
# FTW Explorer - The Inference App
22

33
A Vue 3 application for running inference on satellite imagery using the FTW API.
44

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="./static/images/ftw_logo.png" />
5+
<link rel="icon" type="image/svg+xml" href="./static/images/logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>FTW Inference</title>
7+
<title>Fields of The World Explorer</title>
88
</head>
99
<body>
1010
<div id="app"></div>

src/views/MapView.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ function setModeValue(newValue: number) {
5959

6060
<!-- About Dialog -->
6161
<v-dialog v-model="aboutDialog" width="auto">
62-
<v-card max-width="600" border :prepend-icon="mdiInformation" title="About the FTW Explorer">
62+
<v-card
63+
max-width="600"
64+
border
65+
:prepend-icon="mdiInformation"
66+
title="About the Fields of The World Explorer"
67+
>
6368
<v-card-text>
6469
Welcome to the Fields of the World (FTW) Explorer Web App. Use it to either explore the
6570
global field boundary data or run the FTW model on Sentinel-2 Level 2A Collection 1

static/images/ftw_logo.png

-99.3 KB
Binary file not shown.

static/images/logo.svg

Lines changed: 25 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)