8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · xarray-contrib/xarray.dev@e8f4033 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8f4033

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b26f36a commit e8f4033

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
4444

4545
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
4646

47-
<a href="https://www.netlify.com">
48-
<img src="https://www.netlify.com/assets/badges/netlify-badge-color-bg.svg" alt="Deploys by Netlify" />
47+
<a href='https://www.netlify.com'>
48+
<img
49+
src='https://www.netlify.com/assets/badges/netlify-badge-color-bg.svg'
50+
alt='Deploys by Netlify'
51+
/>
4952
</a>

src/components/netlify.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { Box } from '@chakra-ui/react'
33

44
export function NetlifyCallout() {
55
return (
6-
<a href="https://www.netlify.com">
6+
<a href='https://www.netlify.com'>
77
<img
8-
src="https://www.netlify.com/assets/badges/netlify-badge-color-bg.svg"
9-
alt="Deploys by Netlify"
8+
src='https://www.netlify.com/assets/badges/netlify-badge-color-bg.svg'
9+
alt='Deploys by Netlify'
1010
/>
1111
</a>
1212
)

0 commit comments

Comments
 (0)
0