We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca3112 commit 7818ebfCopy full SHA for 7818ebf
1 file changed
src/components/troubleshooting-portable.ts
@@ -1,8 +1,8 @@
1
import { LitElement, css, html } from 'lit';
2
import { customElement } from 'lit/decorators.js';
3
4
-@customElement('troubleshooting-poe')
5
-export class TroubleshootingPoe extends LitElement {
+@customElement('troubleshooting-portable')
+export class TroubleshootingPortable extends LitElement {
6
static styles = css`
7
.troubleshooting-container {
8
max-width: 1200px;
0 commit comments