Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
treagod committed Aug 28, 2024
1 parent d487aa3 commit 0c8ffa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>
<img src="./logo.svg" height="32" width="32" alt="Marten Turbo Logo">
<img src="https://raw.githubusercontent.com/treagod/marten-turbo/e317fa4c759ebb61a335d22872a39caf39cfe5cc/docs/_media/logo.svg" height="32" width="32" alt="Marten Turbo Logo">
<span>Marten Turbo</span>
</h1>

Expand Down
File renamed without changes
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
window.$docsify = {
name: 'Marten Turbo',
repo: 'https://github.com/treagod/marten-turbo',
loadNavbar: true
loadNavbar: true,
subMaxLevel: 2,
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-ruby.min.js"></script>
</body>
</html>

0 comments on commit 0c8ffa1

Please sign in to comment.