Skip to content

Commit

Permalink
Fix missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
KarbonStuartK committed Apr 28, 2023
1 parent a07dc5c commit 36519a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions img/dev-center-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>
<body>
<rapi-doc spec-url = "https://karbonhq.github.io/karbon-api-reference/KarbonAPI.json"
<rapi-doc spec-url = "./KarbonAPI.json"
theme = "light"
header-color = "#000000"
nav-bg-color = "#000000"
Expand All @@ -21,7 +21,7 @@
allow-spec-url-load = "false"
allow-spec-file-download= "true"
>
<img slot ="logo" src = "https://developers.karbonhq.com/static/dev-center-logo-white-c992847ef9e2032c9d331277f1599672.svg" style="padding: 20px; width:275px; height:40px"/>
<img slot ="logo" src = "img/dev-center-logo-white.svg" style="padding: 20px; width:275px; height:40px"/>
</rapi-doc>
</body>
</html>

0 comments on commit 36519a2

Please sign in to comment.