Skip to content

Commit

Permalink
channel_detail_info.dartのリンクコピーボタンをlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Nov 29, 2024
1 parent 7c26a9d commit 5b21ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/channels_page/channel_detail_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class ChannelDetailArea extends ConsumerWidget {
),
);
},
child: const Icon(Icons.copy),
child: const Icon(Icons.link),
),
],
),
Expand Down

0 comments on commit 5b21ca6

Please sign in to comment.