📝 Add required asterix in apps config
This commit is contained in:
@@ -133,3 +133,7 @@ details {
|
||||
video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.asterix {
|
||||
color: rgb(239, 81, 81);
|
||||
}
|
||||
|
||||
3
apps/docs/src/js/Asterix.jsx
Normal file
3
apps/docs/src/js/Asterix.jsx
Normal file
@@ -0,0 +1,3 @@
|
||||
import React from 'react'
|
||||
|
||||
export const Asterix = () => <span className="asterix">*</span>
|
||||
Reference in New Issue
Block a user