Skip to content

Commit

Permalink
update test tiles
Browse files Browse the repository at this point in the history
removed progress bar
  • Loading branch information
rdhesiii committed May 9, 2023
1 parent 4688d9a commit 983c3fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/testTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<!--<div class="grey complete" v-show="completion == '100'"></div>-->
<font-awesome-icon icon="check" size="2x" role="presentation" class="check" v-if="completion == '100'" />
<div class="completed" :style="completionBar" :data-percent="completionBar.width"
v-if="completion > 0 && type != 'keyMessages'" aria-hidden="true"></div>
<!-- <div class="completed" :style="completionBar" :data-percent="completionBar.width"
v-if="completion > 0 && type != 'keyMessages'" aria-hidden="true"></div>-->
</div>
<p class="text-left under" :style="size < 150 ? 'font-size: 13px; width:' + size + 'px' : 'width:' + size + 'px'">
<span v-if="time">{{ $t('about') }} {{ time }} minutes
Expand Down
6 changes: 3 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
'@nuxtjs/axios',
['nuxt-i18n', {
strategy: 'prefix',
defaultLocale: 'en'
defaultLocale: 'fr'
}],
['vue-scrollto/nuxt', {container: "#scrollDiv",
duration: 750,
Expand Down Expand Up @@ -108,8 +108,8 @@ export default {
lazy: true,
loadedLanguages :['fr','en'],
langDir: 'lang/',
defaultLocale: 'en',
fallbackLocale: 'en',
defaultLocale: 'fr',
fallbackLocale: 'fr',
fallbackRoot: true,
silentTranslationWarn: true,
silentFallbackWarn: true
Expand Down

0 comments on commit 983c3fe

Please sign in to comment.