diff --git a/apps/frontend/src/pages/[type]/[id].vue b/apps/frontend/src/pages/[type]/[id].vue index f97367cd7..3df2518ba 100644 --- a/apps/frontend/src/pages/[type]/[id].vue +++ b/apps/frontend/src/pages/[type]/[id].vue @@ -638,6 +638,7 @@ shown: !isMember, }, { id: 'copy-id', action: () => copyId() }, + { id: 'copy-permalink', action: () => copyPermalink() }, ]" aria-label="More options" :dropdown-id="`${baseId}-more-options`" @@ -659,6 +660,10 @@