♻️ Add alt text & remove redundant imports

This commit is contained in:
Malted 2023-04-06 23:08:10 +01:00
parent ce2e7980ce
commit 4d06652d16
No known key found for this signature in database
GPG key ID: C1AF1C0E5180BE02

View file

@ -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 }}
/>