mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-16 00:59:05 +00:00
⚠️ Add flag design for content warning (#120)
* ⚠️ Add flag design for content warning
* Fix build error
* Lol fix build error
* Added terms
This commit is contained in:
@@ -60,6 +60,13 @@ module.exports = function(config) {
|
||||
class: 'tool',
|
||||
text: ''
|
||||
}
|
||||
],
|
||||
[
|
||||
'warning',
|
||||
{
|
||||
class: 'warning',
|
||||
text: 'Content warning'
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user