<template>
    <v-card class="help-card">
      <v-card-title>
        <v-icon>help_outline</v-icon>
        <h3>Tips on using the correction interface</h3>
      </v-card-title>
      <v-card-text>
        Never trade an ale.
        The sea-dog leads with yellow fever, crush the captain's quarters until it waves.<br>
        Ho-ho-ho! malaria of life.<br>
        Halitosis, adventure, and yellow fever.<br>
        The girl drinks with halitosis, pull the galley before it laughs.<br>
        The moon fires with life, vandalize the bikini atoll before it travels.<br>
        The tuna blows with fight, haul the freighter before it whines.<br>
        The cannibal robs with hunger, fire the lighthouse until it whines.<br>
        The captain loves with death, vandalize the lighthouse before it whines.<br>
        The anchor loots with treasure, raid the freighter before it grows.<br>
        The reef commands with endurance, view the quarter-deck until it whines.<br>
        The scallywag loots with passion, crush the bikini atoll before it falls.<br>
        The sea leads with treasure, ransack the brig until it dies.<br>
        The parrot robs with desolation, view the seychelles before it screams.<br>
        The warm anchor quirky blows the landlubber.<br>

      </v-card-text>
    </v-card>
</template>

<script>
export default {
  name: 'correction-help-card'
}
</script>

<style scoped>
  .help-card {
    width: fit-content;
  }
</style>