mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
fix: formatting
This commit is contained in:
@@ -5,20 +5,20 @@ i18nReady: true
|
||||
|
||||
import { LinkCard } from '@astrojs/starlight/components';
|
||||
|
||||
<LinkCard
|
||||
title="All updates"
|
||||
description="Get notified about any updates across the entire site."
|
||||
href="/feed.xml"
|
||||
<LinkCard
|
||||
title="All updates"
|
||||
description="Get notified about any updates across the entire site."
|
||||
href="/feed.xml"
|
||||
/>
|
||||
|
||||
<LinkCard
|
||||
title="Blog updates"
|
||||
description="Stay up-to-date with the latest blog posts and articles."
|
||||
href="/blog/rss.xml"
|
||||
<LinkCard
|
||||
title="Blog updates"
|
||||
description="Stay up-to-date with the latest blog posts and articles."
|
||||
href="/blog/rss.xml"
|
||||
/>
|
||||
|
||||
<LinkCard
|
||||
title="Pages updates"
|
||||
description="Receive updates for the main website pages."
|
||||
href="/pages.xml"
|
||||
<LinkCard
|
||||
title="Pages updates"
|
||||
description="Receive updates for the main website pages."
|
||||
href="/pages.xml"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user