Skip to content

Commit

Permalink
Add headshot to public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Aug 19, 2023
1 parent d9e5c80 commit 3dee4d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions app/emails/ConfirmSubscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ export function ConfirmSubscription({ recipient }: { recipient: string }) {
<Text className="text-sm font-semibold mt-6 ">Best,</Text>
<Row className="mb-8">
<Column className="w-[40px]" valign="top">
<Img
src={"https://media.graphassets.com/DaEP4yDeQkuwmEl0hfrf"}
width={"100%"}
/>
<Img src={"https://www.drewis.cool/headshot.png"} width={"100%"} />
</Column>
<Column>
<Text className="text-base ml-4 my-0">Drew Lyton</Text>
Expand Down
2 changes: 1 addition & 1 deletion app/emails/NewPostNewsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function NewPostNewsletter({
author: {
bio: "Test bio",
name: "Drew Lyton",
picture: { url: "https://media.graphassets.com/DaEP4yDeQkuwmEl0hfrf" }
picture: { url: "https://www.drewis.cool/headshot.png" }
}
}
}: NewsletterEmailProps) {
Expand Down
Binary file added public/static/headshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3dee4d5

Please sign in to comment.