Skip to content

Commit

Permalink
update email a comment label
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersandberg committed Jul 28, 2024
1 parent 0242488 commit db0da25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Components/SiteFooter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct SiteFooter: TagRepresentable {
if let commentSubject {
// Wrap in span to prevent link suffixes from affecting layout
Span {
A("Leave a comment")
A("Email a comment")
.class("plain")
.href("mailto:\(Site.email)?subject=Comment: \(commentSubject)")
}
Expand Down

0 comments on commit db0da25

Please sign in to comment.