mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-16 19:54:08 +00:00
feat: add missing attr
This commit is contained in:
parent
ed099b1f65
commit
aaa679c0bb
@ -23,14 +23,16 @@ const SeenIn = () => {
|
||||
Seen In
|
||||
</Heading>
|
||||
<img
|
||||
alt="Circle"
|
||||
className={clsx(s['image'], 'hide-on-mobile')}
|
||||
loading="lazy"
|
||||
src="/images/seen-in-circle.png"
|
||||
alt=""
|
||||
/>
|
||||
<img
|
||||
alt="Circle"
|
||||
className={clsx(s['image'], 'hide-on-desktop')}
|
||||
loading="lazy"
|
||||
src="/images/seen-in-circle-mobile.png"
|
||||
alt=""
|
||||
/>
|
||||
<Marquee
|
||||
gradientColor={[0, 0, 220]}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user