// TODO: figure out how to consume styles / handle import "./support.scss" // TODO: support localization / figure out how to extract / consume i18n strings import React from "react" import { observer } from "mobx-react" import { CommonVars, Component } from "@k8slens/extensions"; @observer export class Support extends React.Component { render() { const { PageLayout } = Component; const { slackUrl, issuesTrackerUrl } = CommonVars; 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

*/}
); } }