File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 <link >https://keyyard.xyz/discovery/tcvm</link >
1616 <guid >https://keyyard.xyz/discovery/tcvm</guid >
1717 <pubDate >Mon, 06 Oct 2025 00:00:00 GMT</pubDate >
18- <description ><![CDATA[ first post! ]]> </description >
18+ <description ><![CDATA[ Tree Capitator and Vein Miner Addon Mod for Minecraft. ]]> </description >
1919 </item >
2020 </channel >
2121</rss >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default function DiscoveryCard({ post }: Props) {
2424 < h3 className = "project-title" >
2525 < span className = "text-lg font-semibold" > { post . title } </ span >
2626 </ h3 >
27- < h4 className = "project-subtitle" > { post . description } </ h4 >
27+ < p className = "project-subtitle" > { post . description } </ p >
2828 < div className = "mt-3 flex flex-wrap gap-2" >
2929 { post . tags ?. map ( ( t ) => (
3030 < span key = { t } className = "text-xs bg-gray-700 text-gray-200 px-2 py-1 rounded" >
Original file line number Diff line number Diff line change 209209 }
210210
211211 .project-subtitle {
212- @apply text-xs leading-3 mb-2 text-text-light;
212+ @apply text-xs mb-2 text-text-light;
213213 }
214214
215215 .project-description {
You can’t perform that action at this time.
0 commit comments