File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,7 @@ export default {
32
32
33
33
<template >
34
34
<div class =" notion-google-drive" >
35
- <component
36
- v-if =" hasPageLinkOptions"
37
- class =" notion-google-drive-link"
38
- v-bind =" pageLinkProps(block.value.id)"
39
- :is =" props.pageLinkOptions?.component"
40
- >
35
+ <a rel =" noopener noreferrer" target =" _blank" :href =" properties.url" class =" notion-google-drive-link" >
41
36
<div class =" notion-google-drive-preview" >
42
37
<img :src =" constructThumbnail(properties.thumbnail)" :alt =" properties.title" />
43
38
</div >
@@ -61,6 +56,6 @@ export default {
61
56
<div className =" notion-google-drive-body-source-domain" >{{ constructDomain(properties.url) }}</div >
62
57
</div >
63
58
</div >
64
- </component >
59
+ </a >
65
60
</div >
66
61
</template >
You can’t perform that action at this time.
0 commit comments