Skip to content

bug: change send invitation button icon from fa-send to `fa-paper-plane#2533

Merged
madsi1m merged 1 commit intofilesender:development3from
victoritis:fix-fa-icon
Jan 29, 2026
Merged

bug: change send invitation button icon from fa-send to `fa-paper-plane#2533
madsi1m merged 1 commit intofilesender:development3from
victoritis:fix-fa-icon

Conversation

@victoritis
Copy link
Copy Markdown

Description

This PR fixes a missing icon issue in the "New Invitation" page caused by the upgrade to Font Awesome 7 in FileSender v3.

The Problem

In FileSender v3, the UI has been updated to use Font Awesome 7. The class fa-send, which was an alias for paper-plane in older versions of Font Awesome, has been removed/deprecated. As a result, the "Send Invitation" button displays no icon (it renders as <i class="fa fa-send"></i> which paints nothing), causing a visual inconsistency in the interface.

The Solution

The code in templates/new_invitation_page.php has been updated to use the canonical class name fa-paper-plane instead of fa-send. This ensures the paper plane icon (representing "Send") renders correctly in the new UI environment provided by FileSender v3.

@madsi1m madsi1m merged commit 95cb757 into filesender:development3 Jan 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants