Skip to content

Commit

Permalink
Update email.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Oct 23, 2024
1 parent 058c532 commit d358575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sources/Site/Pages/Contact.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ struct Contact: View {
Page(
path: "/contact",
title: "contact",
description: "Jeff Verkoeyen is best reached by email at jverkoey@gmail.com."
description: "Jeff Verkoeyen is best reached by email at jeff@featherless.design."
) {
NarrowContainer {
ResponsiveStack {
Expand All @@ -22,7 +22,7 @@ struct Contact: View {
.fontSize(.extraExtraLarge)
.fontWeight(500)
.underline(condition: .hover)
Link("jverkoey@gmail.com", destination: URL(string: "mailto:jverkoey@gmail.com"))
Link("jeff@featherless.design", destination: URL(string: "mailto:jeff@featherless.design"))
.fontSize(.extraExtraLarge)
.fontWeight(500)
.underline(condition: .hover)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Site/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ let atomFeed = """
<author>
<name>Jeff Verkoeyen</name>
<uri>\(site)</uri>
<email>jverkoey@gmail.com</email>
<email>jeff@featherless.design</email>
</author>
\(atomEntries)
</feed>
Expand Down

0 comments on commit d358575

Please sign in to comment.