kopia lustrzana https://github.com/bugout-dev/moonstream
"Learn how to" -> "Learn how to use Moonstream"
rodzic
ffd1dabe15
commit
5cf669a93e
|
@ -102,7 +102,7 @@ const AppNavbar = () => {
|
||||||
Docs
|
Docs
|
||||||
</RouteButton> */}
|
</RouteButton> */}
|
||||||
<RouteButton variant="link" href="/welcome">
|
<RouteButton variant="link" href="/welcome">
|
||||||
Learn how to
|
Learn how to use Moonstream
|
||||||
</RouteButton>
|
</RouteButton>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
<SupportPopover />
|
<SupportPopover />
|
||||||
|
|
|
@ -59,7 +59,7 @@ const LandingNavbar = () => {
|
||||||
Docs
|
Docs
|
||||||
</RouteButton> */}
|
</RouteButton> */}
|
||||||
<RouteButton variant="link" href="/welcome">
|
<RouteButton variant="link" href="/welcome">
|
||||||
Learn how to
|
Learn how to use Moonstream
|
||||||
</RouteButton>
|
</RouteButton>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -83,7 +83,9 @@ const Sidebar = () => {
|
||||||
{ui.isMobileView && (
|
{ui.isMobileView && (
|
||||||
<Menu iconShape="square">
|
<Menu iconShape="square">
|
||||||
<MenuItem icon={<HiAcademicCap />}>
|
<MenuItem icon={<HiAcademicCap />}>
|
||||||
<RouterLink href="/welcome">Learn how to</RouterLink>
|
<RouterLink href="/welcome">
|
||||||
|
Learn how to use Moonstream
|
||||||
|
</RouterLink>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</Menu>
|
</Menu>
|
||||||
)}
|
)}
|
||||||
|
|
Ładowanie…
Reference in New Issue