We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc922fb + b1bd484 commit 8b27260Copy full SHA for 8b27260
1 file changed
src/components/SchemaGuideLink.vue
@@ -1,6 +1,13 @@
1
<template>
2
<a v-bind:href="'https://github.com/citation-file-format/citation-file-format/blob/1.2.0/schema-guide.md' + anchor">
3
<q-icon name="ion-information-circle-outline" />
4
+ <q-tooltip
5
+ anchor="center middle"
6
+ class="bg-primary text-body2 text-white"
7
+ self="top left"
8
+ >
9
+ Click to access specific documentation
10
+ </q-tooltip>
11
</a>
12
</template>
13
0 commit comments