File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ test.describe('Contribute Page', () => {
1717
1818 test ( 'renders issue data correctly' , async ( { page } ) => {
1919 await expect ( page . getByRole ( 'link' , { name : 'Contribution 1' } ) ) . toBeVisible ( )
20- await expect ( page . getByText ( '2 months ago' ) ) . toBeVisible ( )
20+ await expect ( page . getByText ( '3 months ago' ) ) . toBeVisible ( )
2121 await expect ( page . getByRole ( 'link' , { name : 'Owasp Nest' } ) ) . toBeVisible ( )
2222 await expect ( page . getByText ( 'This is a summary of Contribution 1' ) ) . toBeVisible ( )
2323 await expect ( page . getByRole ( 'button' , { name : 'Read More' } ) ) . toBeVisible ( )
Original file line number Diff line number Diff line change @@ -51,22 +51,30 @@ export default function MovingLogos({ sponsors }: MovingLogosProps) {
5151 ) ) }
5252 </ div >
5353 </ div >
54-
5554 < div className = "mt-4 flex w-full flex-col items-center justify-center text-center text-sm text-muted-foreground" >
5655 < p >
57- These logos represent the official sponsors of the OWASP Foundation. Their support helps
58- make our security initiatives possible.
59- </ p >
60- < div className = "mt-2" >
56+ These logos represent the corporate supporters of the OWASP Foundation, whose
57+ contributions fuel OWASP's security initiatives. Visit{ ' ' }
6158 < a
62- href = "https://owasp.org/donate "
59+ href = "https://owasp.org/supporters/ "
6360 className = "font-medium text-primary hover:underline"
6461 target = "_blank"
6562 rel = "noopener noreferrer"
6663 >
67- Become a sponsor of the OWASP Nest →
64+ this page
65+ </ a > { ' ' }
66+ to become an OWASP Foundation corporate supporter. If you're interested in sponsoring the
67+ OWASP Nest project ❤️{ ' ' }
68+ < a
69+ href = "https://owasp.org/donate/?reponame=www-project-nest& title = OWASP + Nest "
70+ className = "font-medium text-primary hover:underline"
71+ target = "_blank"
72+ rel = "noopener noreferrer"
73+ >
74+ click here
6875 </ a >
69- </ div >
76+ .
77+ </ p >
7078 </ div >
7179 </ div >
7280 )
You can’t perform that action at this time.
0 commit comments