Progress
This commit is contained in:
11
app/javascript/gabsocial/components/dot_text_seperator.js
Normal file
11
app/javascript/gabsocial/components/dot_text_seperator.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import Text from './text'
|
||||
|
||||
export default class DotTextSeperator extends PureComponent {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Text size='small' color='secondary' className={_s.marginLeft5PX}>•</Text>
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user