mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
@@ -0,0 +1,14 @@
|
||||
import { BiTargetLock } from '@react-icons/all-files/bi/BiTargetLock';
|
||||
|
||||
import style from './focusBlock.module.scss';
|
||||
|
||||
export default function FocusBlock() {
|
||||
return (
|
||||
<button className={style.focusBlock}>
|
||||
<div className={style.focusButton}>
|
||||
<BiTargetLock size={20} />
|
||||
Follow
|
||||
</div>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user