Skip to content

Commit

Permalink
Add WindowsIcon import
Browse files Browse the repository at this point in the history
Signed-off-by: Donny Yung <[email protected]>
  • Loading branch information
Donny Yung authored and josecv committed Sep 3, 2021
1 parent c80451b commit 48dcefe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/nightly-version-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Box from '@material-ui/core/Box';
import CodeBlock from '@src/components/CodeBlock';
import LinuxIcon from '@src/assets/icons/linux.inline.svg';
import AppleIcon from '@src/assets/icons/apple.inline.svg';
import WindowsIcon from '@src/assets/icons/windows.inline.svg';

function TabPanel(props) {
const { children, value, index, ...other } = props;
Expand Down Expand Up @@ -83,7 +84,7 @@ export default function SimpleTabs() {
<TabPanel value={value} index={2}>
<CodeBlock>
{
'https://app.getambassador.io/download/tel2/windows/amd64/nightly/telepresence'
'https://app.getambassador.io/download/tel2/windows/amd64/nightly/telepresence.zip'
}
</CodeBlock>
</TabPanel>
Expand Down

0 comments on commit 48dcefe

Please sign in to comment.