mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
chrore: added icon for reporting issues
This commit is contained in:
parent
42984ce931
commit
1b2097250e
@ -6,7 +6,7 @@ import {
|
||||
IconFolders,
|
||||
IconPlayerPlay,
|
||||
IconBrandChrome,
|
||||
IconBook,
|
||||
IconSpeakerphone,
|
||||
IconDeviceDesktop
|
||||
} from '@tabler/icons';
|
||||
import { useDispatch } from 'react-redux';
|
||||
@ -78,8 +78,11 @@ const Welcome = () => {
|
||||
<IconDeviceDesktop size={18} strokeWidth={2}/><span className="label ml-2">Desktop App</span>
|
||||
</div>
|
||||
<div className="flex items-center mt-2">
|
||||
<IconBook size={18} strokeWidth={2}/><span className="label ml-2">Docs</span>
|
||||
<IconSpeakerphone size={18} strokeWidth={2}/><span className="label ml-2">Report Issues</span>
|
||||
</div>
|
||||
{/* <div className="flex items-center mt-2">
|
||||
<IconBook size={18} strokeWidth={2}/><span className="label ml-2">Docs</span>
|
||||
</div> */}
|
||||
<div className="flex items-center mt-2">
|
||||
<img src='/github.svg' style={{width: '18px'}}/>
|
||||
<span className="label ml-2">Github</span>
|
||||
|
Loading…
Reference in New Issue
Block a user