We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10982ef commit 721e3c9Copy full SHA for 721e3c9
1 file changed
client/src/components/Notifications/NotificationCard.vue
@@ -193,10 +193,7 @@ function markNotificationAsSeen() {
193
<template v-if="props.notification.content.tool_url">
194
<dt>URL</dt>
195
<dd>
196
- <BLink :href="props.notification.content.tool_url" target="_blank">
197
- {{ props.notification.content.tool_url }}
198
- <FontAwesomeIcon :icon="faExternalLinkAlt" fixed-width size="sm" />
199
- </BLink>
+ <span class="text-break">{{ props.notification.content.tool_url }}</span>
200
</dd>
201
</template>
202
<template v-if="props.notification.content.scientific_domain">
0 commit comments