Skip to content

Commit

Permalink
Fix email assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Nov 3, 2024
1 parent 79d33df commit bf51c05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/email/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export function Footer() {
<Column className="align-middle w-[40px]">
<Link href="https://go.midday.ai/lS72Toq">
<Img
src={`${baseUrl}/x.png`}
src={`${baseUrl}/email/x.png`}
width="22"
height="22"
alt="Midday on X"
Expand All @@ -231,7 +231,7 @@ export function Footer() {
<Column className="align-middle w-[40px]">
<Link href="https://go.midday.ai/7rhA3rz">
<Img
src={`${baseUrl}/producthunt.png`}
src={`${baseUrl}/email/producthunt.png`}
width="22"
height="22"
alt="Midday on Producthunt"
Expand All @@ -242,7 +242,7 @@ export function Footer() {
<Column className="align-middle w-[40px]">
<Link href="https://go.midday.ai/anPiuRx">
<Img
src={`${baseUrl}/discord.png`}
src={`${baseUrl}/email/discord.png`}
width="22"
height="22"
alt="Midday on Discord"
Expand All @@ -253,7 +253,7 @@ export function Footer() {
<Column className="align-middle">
<Link href="https://go.midday.ai/Ct3xybK">
<Img
src={`${baseUrl}/linkedin.png`}
src={`${baseUrl}/email/linkedin.png`}
width="22"
height="22"
alt="Midday on LinkedIn"
Expand Down Expand Up @@ -287,7 +287,7 @@ export function Footer() {
<Row>
<Link href="https://go.midday.ai/FZwOHud">
<Img
src={`${baseUrl}/logo-footer.png`}
src={`${baseUrl}/email/logo-footer.png`}
width="100"
alt="Midday"
className="block"
Expand Down
2 changes: 1 addition & 1 deletion packages/email/components/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function Logo() {
return (
<Section className="mt-[32px]">
<Img
src={`${baseUrl}/logo.png`}
src={`${baseUrl}/email/logo.png`}
width="45"
height="45"
alt="Midday"
Expand Down

0 comments on commit bf51c05

Please sign in to comment.