Ignore:
Timestamp:
2021-09-20T15:13:08+12:00 (3 years ago)
Author:
cstephen
Message:

Prevent duplicate transcriptions being created

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/korero-maori-asr/src/App.vue

    r35431 r35432  
    1717        </div>
    1818
    19         <div v-if="showInfo" class="card border-accent">
     19        <div v-if="showInfo" class="paper">
    2020            A tool to transcribe audio recordings of spoken Māori. Basic support for editing the transcriptions is provided,
    2121            and they can be downloaded in multiple formats.
     
    8181.transcription-list-item {
    8282    transition: all 0.8s ease;
     83    margin-bottom: 1em;
     84
     85    &:last-child {
     86        margin-bottom: 0;
     87    }
    8388}
    8489
Note: See TracChangeset for help on using the changeset viewer.