HOTFIX: Corrected display of timeline description
This commit is contained in:
		@@ -21,7 +21,7 @@
 | 
			
		||||
 | 
			
		||||
        <Collapsible open={i==0}>
 | 
			
		||||
          <span slot="label" class="text-2lg font-semibold text-red-400 mt-1 focus:outline-none hover:underline transition">{entry.title}</span>
 | 
			
		||||
          <span slot="content">{entry.description}</span>
 | 
			
		||||
          <span slot="content">{@html entry.description}</span>
 | 
			
		||||
        </Collapsible>
 | 
			
		||||
      </div>
 | 
			
		||||
    {/each}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user