Skip to content

Commit

Permalink
chore: Replace forward icon
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinperignon committed Apr 3, 2024
1 parent 259cebd commit ed0f164
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion MailCore/Cache/Actions/Action+List.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public extension Action {
static let forward = Action(
id: "forward",
title: MailResourcesStrings.Localizable.actionForward,
iconResource: MailResourcesAsset.emailActionTransfer,
iconResource: MailResourcesAsset.emailActionForward,
matomoName: "forward"
)
static let markAsRead = Action(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "email-action-transfer.svg",
"filename" : "email-action-forward.svg",
"idiom" : "universal"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

0 comments on commit ed0f164

Please sign in to comment.