forked from kofal.net/zmk
Fix the default OS tab.
This commit is contained in:
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
|
|
||||||
export const OsTabs = (props) => (<Tabs
|
export const OsTabs = (props) => (<Tabs
|
||||||
groupId="operating-systems"
|
groupId="operating-systems"
|
||||||
defaultValue="linux"
|
defaultValue="debian"
|
||||||
values={[
|
values={[
|
||||||
{label: 'Debian/Ubuntu', value: 'debian'},
|
{label: 'Debian/Ubuntu', value: 'debian'},
|
||||||
{label: 'Raspberry OS', value: 'raspberryos'},
|
{label: 'Raspberry OS', value: 'raspberryos'},
|
||||||
|
|||||||
Reference in New Issue
Block a user