Skip to content

Commit

Permalink
change treasury name
Browse files Browse the repository at this point in the history
  • Loading branch information
cookspam committed Jun 14, 2024
1 parent 9db6a96 commit 8c1baf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/leaderboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ pub fn LeaderboardTable<'a>(cx: Scope<'a, LeaderboardTableProps<'a>>) -> Element
#[component]
pub fn TokenBalanceRow<'a>(cx: Scope, i: usize, token_account: &'a UiTokenAccount) -> Element {
let owner = if token_account.owner.eq(&ore::TREASURY_ADDRESS.to_string()) {
"Ore Treasury".to_string()
"Spam Treasury".to_string()
} else {
token_account.owner.clone()
};
Expand Down

0 comments on commit 8c1baf9

Please sign in to comment.