fix: change 2xl
icons size to xxl
This commit is contained in:
parent
18e90a48ea
commit
88f431651c
@ -11,7 +11,7 @@ const toKebabCase = (str) => {
|
|||||||
export const getIconsView = (iconset) => {
|
export const getIconsView = (iconset) => {
|
||||||
return Object.entries(iconset).map(([name, value]) => (
|
return Object.entries(iconset).map(([name, value]) => (
|
||||||
<CCol className="mb-5" xs={6} sm={4} md={3} xl={2} key={name}>
|
<CCol className="mb-5" xs={6} sm={4} md={3} xl={2} key={name}>
|
||||||
<CIcon content={value} size="2xl" />
|
<CIcon content={value} size="xxl" />
|
||||||
<div>{toKebabCase(name)}</div>
|
<div>{toKebabCase(name)}</div>
|
||||||
</CCol>
|
</CCol>
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user