Skip to content

Commit

Permalink
docs: Update Footer.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy authored Sep 28, 2024
1 parent 2e60837 commit adb318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import { siteMetadata } from '~/constants';
import GitHubIcon from '../icons/Github.astro';
import GitHubIcon from '../icons/GitHub.astro';
const { currentPathname } = Astro.props;
const isHomepage = currentPathname === '/';
Expand Down

0 comments on commit adb318b

Please sign in to comment.