Fix wrong email logo url (#12256)
Fix wrong twenty logo url It does not fix all the https://github.com/twentyhq/twenty/issues/11744 issue, but this is a small step. The other step is pretty big so I split the ticket in 2 PRs
This commit is contained in:
@ -7,7 +7,7 @@ const logoStyle = {
|
|||||||
export const Logo = () => {
|
export const Logo = () => {
|
||||||
return (
|
return (
|
||||||
<Img
|
<Img
|
||||||
src="https://app.twenty.com/icons/windows11/Square150x150Logo.scale-100.png"
|
src="https://app.twenty.com/images/icons/windows11/Square150x150Logo.scale-100.png"
|
||||||
alt="Twenty logo"
|
alt="Twenty logo"
|
||||||
width="40"
|
width="40"
|
||||||
height="40"
|
height="40"
|
||||||
|
|||||||
Reference in New Issue
Block a user