Skip to content

Commit

Permalink
Updated charityPage.fxml
Browse files Browse the repository at this point in the history
Added fx:id and method reference to Homepage Hyperlink.
  • Loading branch information
roaraf committed Apr 18, 2026
1 parent 068b189 commit 57fdb66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
</GridPane>
<VBox alignment="CENTER" prefHeight="509.0" prefWidth="425.0" spacing="15.0" GridPane.rowIndex="1">

<Hyperlink text="Homepage">
<Hyperlink fx:id="CharityURL" text="Homepage" onAction="#handleHomepageClick">
<font>
<Font name="System Bold" size="20.0" />
</font>
Expand Down

0 comments on commit 57fdb66

Please sign in to comment.