File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed
site/src/pages/DeploySettingsPage/AppearanceSettingsPage Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -136,23 +136,25 @@ export const NotificationBannerSettings: FC<
136
136
</ div >
137
137
</ div >
138
138
139
- < footer
140
- css = { [
141
- theme . typography . body2 as CSSObject ,
142
- {
143
- background : theme . palette . background . paper ,
144
- padding : "16px 24px" ,
145
- } ,
146
- ] }
147
- >
148
- < div css = { { color : theme . palette . text . secondary } } >
149
- < p >
150
- Your license does not include Service Banners.{ " " }
151
- < Link href = "mailto:sales@coder.com" > Contact sales</ Link > to learn
152
- more.
153
- </ p >
154
- </ div >
155
- </ footer >
139
+ { ! isEntitled && (
140
+ < footer
141
+ css = { [
142
+ theme . typography . body2 as CSSObject ,
143
+ {
144
+ background : theme . palette . background . paper ,
145
+ padding : "16px 24px" ,
146
+ } ,
147
+ ] }
148
+ >
149
+ < div css = { { color : theme . palette . text . secondary } } >
150
+ < p >
151
+ Your license does not include Service Banners.{ " " }
152
+ < Link href = "mailto:sales@coder.com" > Contact sales</ Link > to
153
+ learn more.
154
+ </ p >
155
+ </ div >
156
+ </ footer >
157
+ ) }
156
158
</ div >
157
159
158
160
{ editingBanner && (
You can’t perform that action at this time.
0 commit comments