summaryrefslogtreecommitdiff
path: root/src/components/widgets/Footer.astro
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 17:11:44 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 17:11:44 +0300
commitd6608c822370ca7aad42c0ed54caf421ead8bb50 (patch)
tree468ec79a662b1bdfa48e78b2657ce490f5e30192 /src/components/widgets/Footer.astro
parent6c71a67a7473ee30c424ac63b4d2b27c38007d5e (diff)
Update widget
Diffstat (limited to 'src/components/widgets/Footer.astro')
-rw-r--r--src/components/widgets/Footer.astro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/widgets/Footer.astro b/src/components/widgets/Footer.astro
index 70cac54..55501ff 100644
--- a/src/components/widgets/Footer.astro
+++ b/src/components/widgets/Footer.astro
@@ -1,7 +1,5 @@
---
import { Icon } from 'astro-icon/components';
-import { SITE } from 'astrowind:config';
-import { getHomePermalink } from '~/utils/permalinks';
interface Link {
text?: string;
@@ -23,7 +21,7 @@ export interface Props {
theme?: string;
}
-const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme = 'light' } = Astro.props;
+const { socialLinks = [], footNote = '', theme = 'light' } = Astro.props;
---
<footer class:list={[{ dark: theme === 'dark' }, 'relative border-t border-gray-200 dark:border-slate-800 not-prose']}>