mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
added flip phone (wesbos/awesome-uses#765)
This commit is contained in:
parent
0653430fd8
commit
3d7779d482
3 changed files with 3 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ module.exports.Schema = Joi.object({
|
|||
twitter: Joi.string().pattern(new RegExp(/^@?(\w){1,15}$/)),
|
||||
emoji: Joi.string().allow(''),
|
||||
computer: Joi.string().valid('apple', 'windows', 'linux'),
|
||||
phone: Joi.string().valid('iphone', 'android', 'windowsphone'),
|
||||
phone: Joi.string().valid('iphone', 'android', 'windowsphone','flipphone'),
|
||||
tags: Joi.array().items(Joi.string()),
|
||||
});
|
||||
|
||||
|
|
|
|||
BIN
src/images/flip-phone.png
Normal file
BIN
src/images/flip-phone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
|
|
@ -4,5 +4,6 @@ import windowsphone from '../images/windowsphone.png';
|
|||
import windows from '../images/windows.svg';
|
||||
import apple from '../images/apple.svg';
|
||||
import linux from '../images/linux.png';
|
||||
import flipphone from '../images/flip-phone.png';
|
||||
|
||||
export { iphone, android, windowsphone, windows, apple, linux };
|
||||
export { iphone, android, windowsphone, windows, apple, linux, flipphone };
|
||||
|
|
|
|||
Loading…
Reference in a new issue