mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
DEV: update more deprecated font awesome icon names (#30123)
* update more deprecated font awesome icon names * add migration to remove deprecated default for badges.icon
This commit is contained in:
@ -667,7 +667,7 @@ export default class ChatMessage extends Component {
|
||||
<div class="stop-streaming-btn-container">
|
||||
<DButton
|
||||
class="stop-streaming-btn"
|
||||
@icon="stop-circle"
|
||||
@icon="circle-stop"
|
||||
@label="cancel"
|
||||
@action={{fn this.stopMessageStreaming @message}}
|
||||
/>
|
||||
|
@ -24,7 +24,7 @@ register_svg_icon "clipboard"
|
||||
register_svg_icon "file-audio"
|
||||
register_svg_icon "file-video"
|
||||
register_svg_icon "file-image"
|
||||
register_svg_icon "stop-circle"
|
||||
register_svg_icon "circle-stop"
|
||||
|
||||
# route: /admin/plugins/chat
|
||||
add_admin_route "chat.admin.title", "chat", use_new_show_route: true
|
||||
|
Reference in New Issue
Block a user