We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f08d1 commit dc90455Copy full SHA for dc90455
src/rapidoc.js
@@ -30,9 +30,8 @@ export default class RapiDoc extends LitElement {
30
31
static get properties() {
32
return {
33
- // Logo & Heading
+ // Heading
34
headingText: { type: String, attribute: 'heading-text' },
35
- logoUrl: { type: String, attribute: 'logo-url' },
36
gotoPath: { type: String, attribute: 'goto-path' },
37
38
// Spec
0 commit comments