mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	We do not want to have a heading for every tip and thus we created a custom component for our aside. We want to add a lightbulb icon and the text `Tip:` is bold as a prefix for every tip as if it was already part of the text. To do that, we cannot insert both of those as html seperate from the slot html, we had to access the slot html and insert both of them into the HTML tree.