Fix the default OS tab.

This commit is contained in:
Pete Johanson 2020-07-14 10:24:51 -04:00
parent 8dcb03faa6
commit c23c44a4c4

View File

@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
export const OsTabs = (props) => (<Tabs
groupId="operating-systems"
defaultValue="linux"
defaultValue="debian"
values={[
{label: 'Debian/Ubuntu', value: 'debian'},
{label: 'Raspberry OS', value: 'raspberryos'},