* apply and misapply by open contracts + modals

feature: #8
This commit is contained in:
2023-01-08 00:30:41 +01:00
parent 1872097882
commit 1f9db78a4f
12 changed files with 411 additions and 83 deletions

View File

@@ -95,7 +95,7 @@
<td class="text align-top text-xl pl-4 max-sm:text-base py-2">Beispiele:</td>
<td class="w-full pl-2 text-lg py-2">
<ul class="list-disc pl-4">
<li v-for="(example, index) in contract.examples" :key="index">
<li v-for="(example, index) in contract.examples" :key="example">
<a :href="example" class="underline">
Link {{ index + 1 }}
<font-awesome-icon