You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/index.astro
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import Layout from '../components/Layout.astro';
9
9
<divclass="header">
10
10
<h1>Quickstart Template</h1>
11
11
<divclass="logo">
12
-
<imgsrc="https://res.cloudinary.com/dzkoxrsdj/image/upload/v1652291187/astro_1_c1yk5a.png"alt="Netlify plus Astro banner">
12
+
<imgsrc="https://user-images.githubusercontent.com/43764894/223559085-8ff69d2f-4247-427f-a3a6-d2036b00082a.png"alt="Netlify plus Astro banner">
13
13
</div>
14
14
<h2>
15
15
This is a bare-bones Astro project that has everything you need to quickly deploy it to Netlify
@@ -32,9 +32,6 @@ import Layout from '../components/Layout.astro';
32
32
</li>
33
33
</ul>
34
34
</div>
35
-
<footerclass="footer">
36
-
Made with <ahref="https://ntl.fyi/3P0dwBi"><imgsrc="https://res.cloudinary.com/dzkoxrsdj/image/upload/v1646714899/netliheart_ezlkim.svg"alt="Netlify Logo" /></a> for you!
0 commit comments