Skip to content

Commit

Permalink
Update new-version notification for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-berry committed Sep 4, 2023
1 parent b866a03 commit f6f32d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stash-list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
@activate="go('whats-new.html')"
@dismiss="hideWhatsNew"
>
Tab Stash {{ my_version }} includes small quality-of-life improvements.
See what's new!
Tab Stash {{ my_version }} adds sub-groups and a popup view, and sports
a refreshed look and feel. See what's new!
</Notification>
<Notification
key="new-fixes"
v-if="recently_updated === 'fixes'"
@activate="go('whats-new.html')"
@dismiss="hideWhatsNew"
>
Tab Stash {{ my_version }} includes small quality-of-life improvements.
See what's new!
Tab Stash {{ my_version }} adds sub-groups and a popup view, and sports
a refreshed look and feel. See what's new!
</Notification>
<Notification
key="stash-root-warning"
Expand Down

0 comments on commit f6f32d6

Please sign in to comment.