diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:43:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:43:33 +0200 |
commit | b13a0a48bacb53e65e665774e621326452045294 (patch) | |
tree | 126ea19d040fe3c1c1853ef32a995912c16b7b61 /client/src/app/shared/shared-main | |
parent | 04c2dcfc6b78c7e8714597f9d5370b6b2c87dece (diff) | |
download | PeerTube-b13a0a48bacb53e65e665774e621326452045294.tar.gz PeerTube-b13a0a48bacb53e65e665774e621326452045294.tar.zst PeerTube-b13a0a48bacb53e65e665774e621326452045294.zip |
Move alert into to pt-alert-primary
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/misc/channels-setup-message.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/misc/channels-setup-message.component.html b/client/src/app/shared/shared-main/misc/channels-setup-message.component.html index 3fe888a35..539df06bd 100644 --- a/client/src/app/shared/shared-main/misc/channels-setup-message.component.html +++ b/client/src/app/shared/shared-main/misc/channels-setup-message.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <div *ngIf="hasChannelNotConfigured()" class="channels-setup-message alert alert-info"> | 1 | <div *ngIf="hasChannelNotConfigured()" class="channels-setup-message alert pt-alert-primary"> |
2 | <my-global-icon iconName="tip"></my-global-icon> | 2 | <my-global-icon iconName="tip"></my-global-icon> |
3 | 3 | ||
4 | <div> | 4 | <div> |