Closed evaleries closed 3 years ago
Bug description External link on top of the title isn't correct link.
To Reproduce Steps to reproduce the behavior:
Go to https://codehouse.vercel.app/
Click on the blue text on top of the title. (www.freecodecamp.org)
The browser opens a new tab and redirect the user to https://codehouse.vercel.app/www.freecodecamp.org
The final URL would be like this: https://codehouse.vercel.app/post/pixllabs.io
Expected behavior The link should redirect the user to https://www.freecodecamp.org instead.
Desktop (please complete the following information):
Code reference Maybe we can add http:// or https:// prefix on Item.js line 372 https://github.com/saviomartin/codehouse/blob/main/components/utils/Item.js#L372
Cool, thanks for reporting. It is fixed now.
Bug description External link on top of the title isn't correct link.
To Reproduce Steps to reproduce the behavior:
Go to https://codehouse.vercel.app/
Click on the blue text on top of the title. (www.freecodecamp.org)
The browser opens a new tab and redirect the user to https://codehouse.vercel.app/www.freecodecamp.org
The final URL would be like this: https://codehouse.vercel.app/post/pixllabs.io
Expected behavior The link should redirect the user to https://www.freecodecamp.org instead.
Desktop (please complete the following information):
Code reference Maybe we can add http:// or https:// prefix on Item.js line 372 https://github.com/saviomartin/codehouse/blob/main/components/utils/Item.js#L372