Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 673 Bytes

File metadata and controls

20 lines (16 loc) · 673 Bytes
@astrojs/starlight minor
@astrojs/starlight-markdoc minor

Adds support for icons in the title of <LinkCard> components.

You can now add one of Starlight's built-in icons to the <LinkCard> component:

<LinkCard
	title="Internationalization"
	href="/guides/i18n/"
	description="Configure Starlight to support multiple languages."
+	icon="translate"
+	iconPlacement="start"
/>

Read more about the new properties in the "Add a link icon" guide.