Skip to content

Commit

Permalink
feat: footer text and link to scopelift site (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal authored May 7, 2024
1 parent aec04a7 commit 25f81f1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,16 @@ export default {
project: {
link: "https://github.com/ScopeLift/stealth-address-sdk",
},
docsRepositoryBase: "https://github.com/ScopeLift/stealth-address-docs",
docsRepositoryBase: "https://github.com/ScopeLift/stealth-address-sdk",
footer: {
text: (
<span>
MIT {new Date().getFullYear()} ©{" "}
<a href="https://scopelift.co/" target="_blank">
ScopeLift
</a>
.
</span>
),
},
};

0 comments on commit 25f81f1

Please sign in to comment.