Skip to content

Commit c3dba8e

Browse files
committed
Disable taborder from SchemaGuideLink
1 parent fe0d058 commit c3dba8e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/SchemaGuideLink.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<template>
2-
<a v-bind:href="'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md' + anchor">
2+
<a
3+
v-bind:href="'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md' + anchor"
4+
tabindex="-1"
5+
>
36
<q-icon
47
name="ion-information-circle-outline"
58
size="24px"

0 commit comments

Comments
 (0)