docs: Fix footer display. (#1727)
This commit is contained in:
parent
e43662190a
commit
ec097ed406
1 changed files with 1 additions and 4 deletions
|
|
@ -58,7 +58,6 @@ const config: UserConfig = {
|
||||||
message: `GPUI Component is an open source project under the Apache-2.0 License,
|
message: `GPUI Component is an open source project under the Apache-2.0 License,
|
||||||
developed by <a href='https://longbridge.com' target='_blank'>Longbridge</a>.`,
|
developed by <a href='https://longbridge.com' target='_blank'>Longbridge</a>.`,
|
||||||
copyright: `
|
copyright: `
|
||||||
<p>
|
|
||||||
<a href="https://gpui.rs">GPUI</a>
|
<a href="https://gpui.rs">GPUI</a>
|
||||||
|
|
|
|
||||||
<a href="/gpui-component/contributors">Contributors</a>
|
<a href="/gpui-component/contributors">Contributors</a>
|
||||||
|
|
@ -68,11 +67,9 @@ const config: UserConfig = {
|
||||||
<a href="https://github.com/longbridge/gpui-component/issues" target="_blank">Report Bug</a>
|
<a href="https://github.com/longbridge/gpui-component/issues" target="_blank">Report Bug</a>
|
||||||
|
|
|
|
||||||
<a href="https://github.com/longbridge/gpui-component/discussions" target="_blank">Discussion</a>
|
<a href="https://github.com/longbridge/gpui-component/discussions" target="_blank">Discussion</a>
|
||||||
</p>
|
<br />
|
||||||
<p>
|
|
||||||
Icon resources are used <a href="https://lucide.dev" target="_blank">Lucide</a>,
|
Icon resources are used <a href="https://lucide.dev" target="_blank">Lucide</a>,
|
||||||
<a href="https://isocons.app" target="_blank">Isocons</a>.
|
<a href="https://isocons.app" target="_blank">Isocons</a>.
|
||||||
</p>
|
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue