Skip to content

Commit 070df2b

Browse files
committed
Add Henry Spatial Analysis link at top right.
1 parent 2218d95 commit 070df2b

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

site/src/App.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
@update:source="setSource"
66
/>
77
<SearchBar @fly-to="handleFlyTo" />
8+
<a
9+
href="https://henryspatialanalysis.com/"
10+
target="_blank"
11+
rel="noopener noreferrer"
12+
class="brand-logo-link"
13+
>
14+
<img src="./assets/logo.png" alt="Henry Spatial Analysis" class="brand-logo" />
15+
</a>
816
</div>
917
<MapContainer
1018
ref="mapRef"

site/src/assets/logo.png

31.2 KB
Loading

site/src/assets/styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ body,
3333
flex-wrap: wrap;
3434
}
3535

36+
/* Brand logo */
37+
.brand-logo-link {
38+
margin-left: auto;
39+
display: flex;
40+
align-items: center;
41+
flex-shrink: 0;
42+
}
43+
44+
.brand-logo {
45+
height: 28px;
46+
width: auto;
47+
display: block;
48+
}
49+
3650
/* Source toggle */
3751
.source-toggle {
3852
display: flex;

0 commit comments

Comments
 (0)