Skip to content

Commit 7818ebf

Browse files
committed
Fix troubleshooting on proable page
1 parent 8ca3112 commit 7818ebf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/troubleshooting-portable.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { LitElement, css, html } from 'lit';
22
import { customElement } from 'lit/decorators.js';
33

4-
@customElement('troubleshooting-poe')
5-
export class TroubleshootingPoe extends LitElement {
4+
@customElement('troubleshooting-portable')
5+
export class TroubleshootingPortable extends LitElement {
66
static styles = css`
77
.troubleshooting-container {
88
max-width: 1200px;

0 commit comments

Comments
 (0)