Skip to content

Commit 1abe9b2

Browse files
committed
fix logo name alt
1 parent 7d4d5a2 commit 1abe9b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astro.config.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ export default defineConfig({
66
site: 'https://learn.grow.graphics/',
77
integrations: [
88
starlight({
9-
title: 'GD Grow',
9+
title: 'Grow Graphics',
1010
logo: {
1111
src: './src/assets/gdgrowlogo.svg',
12-
alt: 'GD Grow',
1312
},
1413
social: {
1514
github: 'https://github.com/grow-graphics/gd',

0 commit comments

Comments
 (0)