File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -132,16 +132,17 @@ const AppHeader = () => {
132
132
</ CNavItem >
133
133
</ CHeaderNav >
134
134
</ CHeader >
135
-
136
- { dashboard &&
137
- dashboard . length >= 1 &&
138
- dashboard . map ( ( item , index ) => (
139
- < div className = "m-1" key = { index } >
140
- < CAlert className = "m-3" key = { index } color = { item . type } dismissible >
141
- { item . Alert } < CAlertLink href = { item . link } > Link</ CAlertLink >
142
- </ CAlert >
143
- </ div >
144
- ) ) }
135
+ < div className = "m-2" >
136
+ { dashboard &&
137
+ dashboard . length >= 1 &&
138
+ dashboard . map ( ( item , index ) => (
139
+ < div className = "m-1" key = { index } >
140
+ < CAlert className = "m-3" key = { index } color = { item . type } dismissible >
141
+ { item . Alert } < CAlertLink href = { item . link } > Link</ CAlertLink >
142
+ </ CAlert >
143
+ </ div >
144
+ ) ) }
145
+ </ div >
145
146
</ >
146
147
)
147
148
}
You can’t perform that action at this time.
0 commit comments