Use the proper quotes

This commit is contained in:
Christian Cueni 2022-10-12 16:11:56 +02:00
parent 8c186e81ef
commit 935e562c74
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ const props = defineProps<{
<template>
<ItFullScreenModal :show="show" @closemodal="$emit('closemodal')">
<div v-if="circle" class="container-medium">
<h1 class="">Überblick: Circle "{{ circle.title }}"</h1>
<h1 class="">Überblick: Circle «{{ circle.title }}»</h1>
<p class="mt-8 text-large">
Hier zeigen wir dir, was du in diesem Circle lernen wirst.

View File

@ -64,7 +64,7 @@ function handleContinue() {
<p class="text-large mt-4">
Überprüfe, ob du in der Lernheinheit
<span class="font-bold">"{{ learningUnit.title }}"</span> alles verstanden
<span class="font-bold">«{{ learningUnit.title }}»</span> alles verstanden
hast.<br />
Lies die folgende Aussage und bewerte sie:
</p>