Skip to content

Commit

Permalink
Fix build-time complaints
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Shumaker <[email protected]>
  • Loading branch information
LukeShu committed Jun 16, 2021
1 parent c1981ca commit 97403ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion install/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Alert from '@material-ui/lab/Alert';
import QSTabs from '../quick-start/qs-tabs'
import OldVersionTabs from './old-version-tabs'

Expand Down
4 changes: 2 additions & 2 deletions quick-start/qs-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ export default function SimpleTabs() {
</CodeBlock>
</TabPanel>
<TabPanel value={value} index={2}>
<div class="docs-hubspot-formwrapper">
<div className="docs-hubspot-formwrapper">
<p>
Telepresence for Windows is coming soon! Sign up here to notified when it is available. Until then, Telepresence will work with WSL 2.
</p>
<div class="docs-hubspot-form">
<div className="docs-hubspot-form">
<HubspotForm
portalId='485087'
formId='2f542f1b-3da8-4319-8057-96fed78e4c26'
Expand Down
2 changes: 2 additions & 0 deletions reference/intercepts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Alert from '@material-ui/lab/Alert';

# Intercepts

## Intercept behvaior when logged into Ambassador Cloud
Expand Down

0 comments on commit 97403ff

Please sign in to comment.