Skip to content

Commit 5bb2ffe

Browse files
committed
(web) revised footer to be full-width site footer (was page/content footer)
1 parent 46018ad commit 5bb2ffe

File tree

6 files changed

+219
-109
lines changed

6 files changed

+219
-109
lines changed

Diff for: astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default defineConfig({
116116
]
117117
}],
118118
components: {
119-
Footer: './src/components/GrFooter.astro'
119+
PageFrame: './src/components/GrPageFrame.astro',
120120
}
121121
}), tailwind({applyBaseStyles: false})]
122122
});

Diff for: package-lock.json

+97-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/check": "^0.9.4",
15-
"@astrojs/starlight": "^0.30.5",
15+
"@astrojs/starlight": "^0.31.0",
1616
"@astrojs/starlight-tailwind": "^3.0.0",
1717
"@astrojs/tailwind": "^5.1.4",
18-
"@effect/platform-node": "^0.68.1",
19-
"astro": "^5.1.4",
18+
"@effect/platform-node": "^0.68.2",
19+
"astro": "^5.1.6",
2020
"date-fns": "^4.1.0",
21-
"effect": "^3.12.1",
21+
"effect": "^3.12.2",
2222
"sharp": "^0.33.5",
2323
"tailwindcss": "^3.4.17",
2424
"typescript": "^5.7.3",

0 commit comments

Comments
 (0)