2
0

📝 Add required asterix in apps config

This commit is contained in:
Baptiste Arnaud
2023-03-24 08:11:13 +01:00
parent 5fb5176641
commit e1de63a405
4 changed files with 29 additions and 16 deletions

View File

@@ -133,3 +133,7 @@ details {
video {
width: 100%;
}
.asterix {
color: rgb(239, 81, 81);
}

View File

@@ -0,0 +1,3 @@
import React from 'react'
export const Asterix = () => <span className="asterix">*</span>