Skip to content

Commit dc90455

Browse files
committed
Fixed #136 - Removed an unwanted variable
1 parent 05f08d1 commit dc90455

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rapidoc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ export default class RapiDoc extends LitElement {
3030

3131
static get properties() {
3232
return {
33-
// Logo & Heading
33+
// Heading
3434
headingText: { type: String, attribute: 'heading-text' },
35-
logoUrl: { type: String, attribute: 'logo-url' },
3635
gotoPath: { type: String, attribute: 'goto-path' },
3736

3837
// Spec

0 commit comments

Comments
 (0)