diff --git a/frontend/src/sections/WhatIsDjango/WhatIsDjango.tsx b/frontend/src/sections/WhatIsDjango/WhatIsDjango.tsx index 6c8b4400..f80e363a 100644 --- a/frontend/src/sections/WhatIsDjango/WhatIsDjango.tsx +++ b/frontend/src/sections/WhatIsDjango/WhatIsDjango.tsx @@ -6,6 +6,9 @@ import useWidth from '@/hooks/useWidth' const WhatIsDjango = () => { const width = useWidth() + const handleClick = () => { + window.open("https://www.linkedin.com/company/djangoindia/") + }; return (
@@ -43,7 +46,7 @@ const WhatIsDjango = () => { contribute to the growth of the Django ecosystem in India.

- +