Skip to content

fix: display cow token logo in header #8076

fix: display cow token logo in header

fix: display cow token logo in header #8076

Triggered via pull request January 11, 2024 06:53
Status Success
Total duration 13m 2s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: apps/explorer/src/Console.tsx#L82
eval can be harmful
Lint: apps/explorer/src/Console.tsx#L89
eval can be harmful
Lint: apps/explorer/src/components/AppData/DecodeAppData.tsx#L147
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
Lint: apps/explorer/src/components/FileDownloaderLink.tsx#L48
Anchors must have content and the content must be accessible by a screen reader
Lint: apps/explorer/src/components/Notification.tsx#L106
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
Lint: apps/explorer/src/components/analytics/ExternalLink.tsx#L38
Anchors must have content and the content must be accessible by a screen reader
Lint: apps/explorer/src/components/common/Card/Card.tsx#L30
Expected '===' and instead saw '=='
Lint: apps/explorer/src/components/common/Card/Card.tsx#L31
Expected '===' and instead saw '=='
Lint: apps/explorer/src/components/common/Card/Card.tsx#L82
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
Lint: apps/explorer/src/components/common/CardRow/CardRow.stories.tsx#L26
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images