my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: projects not readable

+1 -1
+1 -1
src/components/ProjectsIndex.astro
··· 18 18 projects.map( 19 19 ({ data: { title, description, hero_image, bg_color, link } }) => ( 20 20 <a 21 - class="border-0 rounded-lg hover:saturate-50 transition text-bg flex flex-col items-center" 21 + class="no-underline rounded-lg hover:saturate-50 transition text-white flex flex-col items-center" 22 22 href={link} 23 23 style={bg_color ? { "background-color": bg_color } : null} 24 24 target="_blank"