Monitor Description now supports html. Useful while giving external links

This commit is contained in:
Raj Nandan Sharma
2024-01-21 13:48:37 +05:30
parent b90667966c
commit e011335287
+1 -1
View File
@@ -19,7 +19,7 @@
<div class="mx-auto max-w-3xl text-center blurry-bg">
<h1 class="bg-gradient-to-r from-green-300 via-blue-500 to-purple-600 bg-clip-text text-5xl font-extrabold text-transparent leading-snug">{data.monitor.name}</h1>
<p class="mx-auto mt-4 max-w-xl sm:text-xl">{data.monitor.description}</p>
<p class="mx-auto mt-4 max-w-xl sm:text-xl">{@html data.monitor.description}</p>
</div>
</div>
</section>