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:
martmull
2025-05-23 17:28:49 +02:00
committed by GitHub
parent af5762c8ba
commit f9afa589f4

View File

@ -7,7 +7,7 @@ const logoStyle = {
export const Logo = () => {
return (
<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"
width="40"
height="40"