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
|
||||
</RouteButton> */}
|
||||
<RouteButton variant="link" href="/welcome">
|
||||
Learn how to
|
||||
Learn how to use Moonstream
|
||||
</RouteButton>
|
||||
</ButtonGroup>
|
||||
<SupportPopover />
|
||||
|
|
|
@ -59,7 +59,7 @@ const LandingNavbar = () => {
|
|||
Docs
|
||||
</RouteButton> */}
|
||||
<RouteButton variant="link" href="/welcome">
|
||||
Learn how to
|
||||
Learn how to use Moonstream
|
||||
</RouteButton>
|
||||
</ButtonGroup>
|
||||
)}
|
||||
|
|
|
@ -83,7 +83,9 @@ const Sidebar = () => {
|
|||
{ui.isMobileView && (
|
||||
<Menu iconShape="square">
|
||||
<MenuItem icon={<HiAcademicCap />}>
|
||||
<RouterLink href="/welcome">Learn how to</RouterLink>
|
||||
<RouterLink href="/welcome">
|
||||
Learn how to use Moonstream
|
||||
</RouterLink>
|
||||
</MenuItem>
|
||||
</Menu>
|
||||
)}
|
||||
|
|
Ładowanie…
Reference in New Issue