mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable html in main headings
This commit is contained in:
parent
23a4c300cb
commit
5504b2c537
1 changed files with 4 additions and 3 deletions
|
|
@ -32,9 +32,10 @@ const details = new ListingDetails( listing )
|
|||
|
||||
<div class="intro-content flex flex-col items-center text-center min-h-3/4-screen md:min-h-0 gap-8">
|
||||
|
||||
<h1 class="title text-sm md:text-xl font-bold">
|
||||
{ details.mainHeading }
|
||||
</h1>
|
||||
<div
|
||||
class="title text-sm md:text-xl font-bold"
|
||||
set:html={ details.mainHeading }
|
||||
/>
|
||||
|
||||
<h2 class="subtitle text-2xl md:text-5xl font-bold">
|
||||
{ details.subtitle }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue