// TODO: support localization / figure out how to extract / consume i18n strings import "./support.scss"; import React from "react"; import { observer } from "mobx-react"; import { App, Component } from "@k8slens/extensions"; @observer export class SupportPage extends React.Component { render() { const { PageLayout } = Component; const { slackUrl, issuesTrackerUrl } = App; return ( Support}>

Community Slack Channel

Ask a question, see what's being discussed, join the conversation here

Report an Issue

Review existing issues or open a new one here

{/*

Commercial Support

*/}
); } }