Skip to content

Commit

Permalink
remove all to action from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
skamansam committed Apr 12, 2024
1 parent c6d34fc commit a0dba04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
import CallToAction from './CallToAction.astro'
const { src = '/cc-by-nc-sa.png' } = Astro.props
const currentYear = new Date().getFullYear()
---

<footer>
<CallToAction />
<section class="py-8">
<div class="container">
<p>
Expand Down

0 comments on commit a0dba04

Please sign in to comment.