Skip to content
Snippets Groups Projects
Commit 2283d53f authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Fix avertissement : Ajoute taille à tous les H1

parent a8f24984
No related branches found
No related tags found
No related merge requests found
Pipeline #22176 passed
......@@ -13,5 +13,5 @@
</svelte:head>
<main>
<h1>{title}</h1>
<h1 class="text-2xl">{title}</h1>
</main>
......@@ -10,7 +10,7 @@
</svelte:head>
<main>
<h1>Entités</h1>
<h1 class="text-2xl">Entités</h1>
<pre>{JSON.stringify(entityByKey, null, 2)}</pre>
</main>
......@@ -10,7 +10,7 @@
</svelte:head>
<main>
<h1>Variables</h1>
<h1 class="text-2xl">Variables</h1>
<ul class="list-inside list-disc">
{#each Object.entries(variableSummaryByName) as [name, variable]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment