mirror of
https://github.com/strapi/strapi.git
synced 2025-09-28 09:49:36 +00:00
commit
32e362ec09
Binary file not shown.
After Width: | Height: | Size: 438 B |
@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="40" viewBox="0 0 70 40"><style>.st1{fill:#fff}</style><path fill="#f8b195" d="M67 40H3c-1.6 0-3-1.3-3-3V3c0-1.6 1.4-3 3-3h64c1.7 0 3 1.4 3 3v34c0 1.7-1.3 3-3 3z"/><circle cx="22" cy="10" r="2" class="st1"/><circle cx="22" cy="20" r="2" class="st1"/><circle cx="22" cy="30" r="2" class="st1"/><path d="M49 12H28c-1.1 0-2-.9-2-2s.9-2 2-2h21c1.1 0 2 .9 2 2s-.9 2-2 2zM49 22H28c-1.1 0-2-.9-2-2s.9-2 2-2h21c1.1 0 2 .9 2 2s-.9 2-2 2zM49 32H28c-1.1 0-2-.9-2-2s.9-2 2-2h21c1.1 0 2 .9 2 2s-.9 2-2 2z" class="st1"/></svg>
|
Before Width: | Height: | Size: 571 B |
@ -18,7 +18,7 @@ import IcoNumber from '../../assets/images/icon_number.png';
|
||||
import IcoRelation from '../../assets/images/icon_relation.png';
|
||||
import IcoString from '../../assets/images/icon_string.png';
|
||||
import IcoText from '../../assets/images/icon_text.png';
|
||||
import IcoEnum from '../../assets/images/icon_enum.svg';
|
||||
import IcoEnum from '../../assets/images/icon_enum.png';
|
||||
|
||||
import styles from './styles.scss';
|
||||
|
||||
@ -35,7 +35,7 @@ const asset = {
|
||||
'relation': IcoRelation,
|
||||
'string': IcoString,
|
||||
'text': IcoText,
|
||||
'enum': IcoEnum,
|
||||
'enumeration': IcoEnum,
|
||||
};
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ import IcoPassword from '../../assets/images/icon_password.png';
|
||||
import IcoRelation from '../../assets/images/icon_relation.png';
|
||||
import IcoString from '../../assets/images/icon_string.png';
|
||||
import IcoText from '../../assets/images/icon_text.png';
|
||||
import IcoEnum from '../../assets/images/icon_enum.svg';
|
||||
import IcoEnum from '../../assets/images/icon_enum.png';
|
||||
import styles from './styles.scss';
|
||||
|
||||
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
||||
|
Loading…
x
Reference in New Issue
Block a user