summaryrefslogtreecommitdiff
path: root/ping/frontend/src/lib/components/dashboard/RiskAnalysis.svelte
blob: 3844abc73cfe97298b366195969102652e787798 (plain)
1
2
3
4
5
6
7
8
9
10
<h2>Analyse de risque</h2>
<i>tkt t safe c hardcodé chef</i>

<style>
	h2 {
		font-weight: bold;
		color: var(--text-lime);
		font-size: 24px;
	}
</style>