Skip to content

Commit

Permalink
Fix footer (#527)
Browse files Browse the repository at this point in the history
fix footer
  • Loading branch information
paulgb authored Jan 3, 2024
1 parent f3a2a8e commit bdbd139
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ export default {
chat: {
link: "https://discord.gg/N5sEpsuhh9"
},
footer: {
text: <span>
Plane is an open-source project of <a href="https://driftingin.space">Drifting in Space Corp.</a>
</span>,
},
head: () => {
const { frontMatter, title } = useConfig()
const { asPath } = useRouter()
Expand Down

0 comments on commit bdbd139

Please sign in to comment.