File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
44
44
45
45
You can start editing the page by modifying ` pages/index.js ` . The page auto-updates as you edit the file.
46
46
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
+ />
49
52
</a >
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import { Box } from '@chakra-ui/react'
3
3
4
4
export function NetlifyCallout ( ) {
5
5
return (
6
- < a href = " https://www.netlify.com" >
6
+ < a href = ' https://www.netlify.com' >
7
7
< 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'
10
10
/>
11
11
</ a >
12
12
)
You can’t perform that action at this time.
0 commit comments