mirror of
https://github.com/rajnandan1/kener.git
synced 2026-05-02 00:10:42 -05:00
Monitor Description now supports html. Useful while giving external links
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user