We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f1c85 commit 322a071Copy full SHA for 322a071
ome2024-ngff-challenge/src/ZarrListItem.svelte
@@ -56,11 +56,11 @@
56
<div>{@html rowData.name ? rowData.name.replaceAll(textFilter, `<mark>${textFilter}</mark>`) : ""}</div>
57
<div>{@html description.replaceAll(textFilter, `<mark>${textFilter}</mark>`)}</div>
58
{#if rowData.origin }
59
- <div>Original data: <a
+ <div><a
60
title="Link to original data: {rowData.origin}"
61
href={rowData.origin}
62
target="_blank"
63
- >...{rowData.origin.slice(-30)}
+ >Original data
64
</a></div>
65
{/if}
66
<a
0 commit comments