mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
♻️ Add alt text & remove redundant imports
This commit is contained in:
parent
ce2e7980ce
commit
4d06652d16
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
|||
import { Badge, Link, Text } from 'theme-ui'
|
||||
import { useEffect, useState } from 'react'
|
||||
import RelativeTime from 'react-relative-time'
|
||||
import Fade from 'react-reveal/Fade'
|
||||
/** @jsxImportSource theme-ui */
|
||||
|
||||
export default function GitHub({
|
||||
type,
|
||||
|
|
@ -49,6 +46,7 @@ export default function GitHub({
|
|||
user !== 'dependabot[bot]' ? (
|
||||
user !== 'github-actions[bot]' ? (
|
||||
<img
|
||||
alt=''
|
||||
src={img}
|
||||
sx={{ borderRadius: '100%', height: '90%', mr: 2 }}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue