Shorten help page section titles. Closes https://github.com/owncast/owncast/issues/730

This commit is contained in:
Gabe Kangas 2021-02-16 10:38:09 -08:00
parent f428cab67e
commit 07c110cedc

View File

@ -34,7 +34,7 @@ export default function Help() {
}, },
{ {
icon: <CameraTwoTone style={{ fontSize: '24px' }} />, icon: <CameraTwoTone style={{ fontSize: '24px' }} />,
title: 'I need help configuring my broadcasting software', title: 'Help configuring my broadcasting software',
content: ( content: (
<div> <div>
<a <a
@ -71,7 +71,7 @@ export default function Help() {
}, },
{ {
icon: <SlidersTwoTone style={{ fontSize: '24px' }} />, icon: <SlidersTwoTone style={{ fontSize: '24px' }} />,
title: 'I want to tweak my encoding quality or performance', title: 'I want to tweak my video output',
content: ( content: (
<div> <div>
<a href="https://owncast.online/docs/encoding/" target="_blank" rel="noopener noreferrer"> <a href="https://owncast.online/docs/encoding/" target="_blank" rel="noopener noreferrer">
@ -82,7 +82,7 @@ export default function Help() {
}, },
{ {
icon: <DatabaseTwoTone style={{ fontSize: '24px' }} />, icon: <DatabaseTwoTone style={{ fontSize: '24px' }} />,
title: 'I want to offload my video to an external storage provider', title: 'I want to use an external storage provider',
content: ( content: (
<div> <div>
<a href="https://owncast.online/docs/storage/" target="_blank" rel="noopener noreferrer"> <a href="https://owncast.online/docs/storage/" target="_blank" rel="noopener noreferrer">
@ -127,7 +127,7 @@ export default function Help() {
}, },
{ {
icon: <ApiTwoTone style={{ fontSize: '24px' }} />, icon: <ApiTwoTone style={{ fontSize: '24px' }} />,
title: 'I want to build add-ons for my Owncast server', title: 'I want to build add-ons for Owncast',
content: ( content: (
<div> <div>
You can build your own bots, overlays, tools and add-ons with our You can build your own bots, overlays, tools and add-ons with our