Skip to content

Commit

Permalink
use hashtag icon
Browse files Browse the repository at this point in the history
closes #490

Signed-off-by: kernelkind <[email protected]>
  • Loading branch information
kernelkind committed Dec 17, 2024
1 parent 482a3cb commit 5dcb873
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/icons/hashtag_icon_4x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion crates/notedeck_columns/src/ui/add_column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ impl<'a> AddColumnView<'a> {
vec.push(ColumnOptionData {
title: "Hashtag",
description: "Stay up to date with a certain hashtag",
icon: egui::include_image!("../../../../assets/icons/notifications_icon_dark_4x.png"),
icon: egui::include_image!("../../../../assets/icons/hashtag_icon_4x.png"),
option: AddColumnOption::UndecidedHashtag,
});
vec.push(ColumnOptionData {
Expand Down

0 comments on commit 5dcb873

Please sign in to comment.