diff --git a/src/components/ShareNote.vue b/src/components/ShareNote.vue
index 1daf180..b420fb7 100644
--- a/src/components/ShareNote.vue
+++ b/src/components/ShareNote.vue
@@ -90,7 +90,25 @@ const copy = async (url: string, label: string) => {
class="share-option"
@click="copy(snapshotUrl(), 'Snapshot')"
>
- 📌
+
+
+
This exact version
@@ -105,11 +123,28 @@ const copy = async (url: string, label: string) => {
class="share-option"
@click="copy(livingUrl(), 'Always-latest')"
>
- 🔄
+
+
+
Always latest
- Follows these notes — the reader gets the current version.
+ Follows these notes, so the reader always sees the current version.
@@ -147,8 +182,8 @@ const copy = async (url: string, label: string) => {
}
.share-option-icon {
- font-size: 1.4rem;
- line-height: 1.6rem;
+ flex-shrink: 0;
+ color: var(--color-accent);
}
.share-option-text {