Skip to content

Commit 0723832

Browse files
committed
v4.0.0-rc.1
1 parent 0eb7555 commit 0723832

File tree

3 files changed

+51
-38
lines changed

3 files changed

+51
-38
lines changed

package-lock.json

Lines changed: 46 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radiantearth/stac-browser",
3-
"version": "4.0.0-dev",
3+
"version": "4.0.0-rc.1",
44
"description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
55
"main": "src/main.js",
66
"scripts": {

src/StacBrowser.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<StacLink v-if="root" :data="root" hideIcon />
2424
<template v-else>{{ catalogTitle }}</template>
2525
</span>
26-
<b-button v-if="root" size="sm" variant="outline-primary" id="popover-root-btn" :title="serviceType">
26+
<b-button
27+
v-if="root" size="sm" variant="outline-primary" id="popover-root-btn"
28+
:title="serviceType" tag="a" tabindex="0"
29+
>
2730
<b-icon-caret-down-fill />
2831
</b-button>
2932
</div>

0 commit comments

Comments
 (0)