Skip to content

Commit

Permalink
chore: add ikigai footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cptrodgers committed May 6, 2024
1 parent 7fe88d4 commit 2c53790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ export default {
</a>
)
},
footer: {
text: (
<span>2024 ©{' '} <a href="https://ikigai.li" target="_blank">Ikigai</a></span>
)
},
sidebar: {
titleComponent({ title, type }) {
if (type === 'separator') {
Expand Down

0 comments on commit 2c53790

Please sign in to comment.