We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2xl
xxl
1 parent 18e90a4 commit 88f4316Copy full SHA for 88f4316
src/views/components/icons/brands/Brands.js
@@ -11,7 +11,7 @@ const toKebabCase = (str) => {
11
export const getIconsView = (iconset) => {
12
return Object.entries(iconset).map(([name, value]) => (
13
<CCol className="mb-5" xs={6} sm={4} md={3} xl={2} key={name}>
14
- <CIcon content={value} size="2xl" />
+ <CIcon content={value} size="xxl" />
15
<div>{toKebabCase(name)}</div>
16
</CCol>
17
))
0 commit comments