Browse Source
Merge pull request #904 from doccano/fix/#892
Fix missing icon
pull/908/head
Hiroki Nakayama
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
13 additions and
13 deletions
-
frontend/components/organisms/layout/TheTopBanner.vue
-
frontend/pages/auth.vue
-
frontend/pages/demo/named-entity-recognition/index.vue
-
frontend/pages/demo/sentiment-analysis/index.vue
-
frontend/pages/demo/text-to-sql/index.vue
-
frontend/pages/demo/translation/index.vue
-
frontend/pages/index.vue
|
|
@ -26,7 +26,7 @@ |
|
|
|
href="https://github.com/doccano/doccano" |
|
|
|
> |
|
|
|
<v-icon left> |
|
|
|
mdi-github-circle |
|
|
|
mdi-github |
|
|
|
</v-icon> |
|
|
|
GitHub |
|
|
|
</v-btn> |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<v-app id="inspire"> |
|
|
|
<v-content> |
|
|
|
<v-main> |
|
|
|
<v-container class="fill-height" fluid> |
|
|
|
<v-row align="center" justify="center"> |
|
|
|
<v-col cols="12" sm="8" md="4"> |
|
|
@ -10,7 +10,7 @@ |
|
|
|
</v-col> |
|
|
|
</v-row> |
|
|
|
</v-container> |
|
|
|
</v-content> |
|
|
|
</v-main> |
|
|
|
</v-app> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<v-content> |
|
|
|
<v-main> |
|
|
|
<v-container fluid> |
|
|
|
<v-row justify="center"> |
|
|
|
<v-col cols="12" md="9"> |
|
|
@ -21,7 +21,7 @@ |
|
|
|
</v-col> |
|
|
|
</v-row> |
|
|
|
</v-container> |
|
|
|
</v-content> |
|
|
|
</v-main> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<v-content> |
|
|
|
<v-main> |
|
|
|
<v-container fluid> |
|
|
|
<v-row justify="center"> |
|
|
|
<v-col cols="12" md="9"> |
|
|
@ -22,7 +22,7 @@ |
|
|
|
</v-col> |
|
|
|
</v-row> |
|
|
|
</v-container> |
|
|
|
</v-content> |
|
|
|
</v-main> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<v-content> |
|
|
|
<v-main> |
|
|
|
<v-container fluid> |
|
|
|
<v-row justify="center"> |
|
|
|
<v-col cols="12" md="9"> |
|
|
@ -23,7 +23,7 @@ |
|
|
|
</v-col> |
|
|
|
</v-row> |
|
|
|
</v-container> |
|
|
|
</v-content> |
|
|
|
</v-main> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<v-content> |
|
|
|
<v-main> |
|
|
|
<v-container fluid> |
|
|
|
<v-row justify="center"> |
|
|
|
<v-col cols="12" md="9"> |
|
|
@ -23,7 +23,7 @@ |
|
|
|
</v-col> |
|
|
|
</v-row> |
|
|
|
</v-container> |
|
|
|
</v-content> |
|
|
|
</v-main> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
|
|
@ -1,9 +1,9 @@ |
|
|
|
<template> |
|
|
|
<v-content> |
|
|
|
<v-main> |
|
|
|
<the-top-banner /> |
|
|
|
<feature-cards /> |
|
|
|
<the-bottom-banner /> |
|
|
|
</v-content> |
|
|
|
</v-main> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|