Openstatus www.openstatus.dev
6
fork

Configure Feed

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

fix: author

+1 -6
+1 -6
apps/web/src/app/(landing)/blog/[slug]/page.tsx
··· 95 95 } 96 96 97 97 return ( 98 - <a 99 - href={authorData.url} 100 - target="_blank" 101 - rel="noopener noreferrer" 102 - className="no-underline!" 103 - > 98 + <a href={authorData.url} target="_blank" rel="noopener noreferrer"> 104 99 {authorData.name} 105 100 </a> 106 101 );