Skip to content

Commit 91ec729

Browse files
authored
added new banner and removed footer (#74)
1 parent 9c6906d commit 91ec729

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/index.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Layout from '../components/Layout.astro';
99
<div class="header">
1010
<h1>Quickstart Template</h1>
1111
<div class="logo">
12-
<img src="https://res.cloudinary.com/dzkoxrsdj/image/upload/v1652291187/astro_1_c1yk5a.png" alt="Netlify plus Astro banner">
12+
<img src="https://user-images.githubusercontent.com/43764894/223559085-8ff69d2f-4247-427f-a3a6-d2036b00082a.png" alt="Netlify plus Astro banner">
1313
</div>
1414
<h2>
1515
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';
3232
</li>
3333
</ul>
3434
</div>
35-
<footer class="footer">
36-
Made with <a href="https://ntl.fyi/3P0dwBi"><img src="https://res.cloudinary.com/dzkoxrsdj/image/upload/v1646714899/netliheart_ezlkim.svg" alt="Netlify Logo" /></a> for you!
37-
</footer>
3835
</div>
3936
</main>
4037
</Layout>

0 commit comments

Comments
 (0)