mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
rm: comments
This commit is contained in:
committed by
Maintainer Bruno
parent
7f7b4e1c32
commit
d39ccd2195
@@ -1,8 +1,6 @@
|
||||
import React from 'react';
|
||||
import DotIcon from 'components/Icons/Dot';
|
||||
|
||||
// base indicator – add extra tailwind/utility classes through `colorClass`
|
||||
|
||||
const DotIndicator = ({ colorClass = '' }) => (
|
||||
<sup className={`ml-[.125rem] opacity-80 font-medium ${colorClass}`}>
|
||||
<DotIcon width="10" />
|
||||
|
||||
Reference in New Issue
Block a user