Skip to content

Commit

Permalink
updated navigation (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
FullStackTiger authored Feb 15, 2022
1 parent 8954c3c commit 65b6716
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
18 changes: 11 additions & 7 deletions packages/www/components/Marketing/Navigation/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,40 +183,44 @@ const NavigationBase = ({
css={{ color: "$hiContrast", mt: "4px", mr: "$3" }}
/>
<Box>
<Text css={{ fontWeight: 500, mb: "$2" }}>
<ArrowLink
hideArrow
href="/products/streaming-service"
css={{ fontWeight: 500, mb: "$2" }}>
Streaming Service
</Text>
</ArrowLink>

<Box css={{ color: "$mauve5" }}>
<ArrowLink
hideArrow
color="$mauve9"
href="/use-cases/creator-platforms">
<Text variant="gray" css={{ py: "$1" }}>
For Creators
For creator apps
</Text>
</ArrowLink>
<ArrowLink
hideArrow
color="$mauve9"
href="/use-cases/game-streaming-platforms">
<Text variant="gray" css={{ py: "$1" }}>
For Gamers
For live gaming apps
</Text>
</ArrowLink>
<ArrowLink
hideArrow
color="$mauve9"
href="/use-cases/music-streaming-platforms">
<Text variant="gray" css={{ py: "$1" }}>
For Musicians
For live music apps
</Text>
</ArrowLink>
<ArrowLink
hideArrow
color="$mauve9"
href="/use-cases/24x7-channels">
<Text variant="gray" css={{ py: "$1" }}>
24x7 Channels
For 24x7 video apps
</Text>
</ArrowLink>

Expand All @@ -225,7 +229,7 @@ const NavigationBase = ({
color="$mauve9"
href="/use-cases/ecommerce">
<Text variant="gray" css={{ py: "$1" }}>
Ecommerce
For e-commerce apps
</Text>
</ArrowLink>
</Box>
Expand Down
17 changes: 11 additions & 6 deletions packages/www/components/Marketing/Navigation/mobile/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,38 +144,43 @@ const Menu = ({
css={{ color: "$hiContrast", mt: "4px", mr: "$3" }}
/>
<Box>
<Text css={{ fontWeight: 600, mb: "$2" }}>Streaming Service</Text>
<ArrowLink
hideArrow
href="/products/streaming-service"
css={{ fontWeight: 600, mb: "$2" }}>
Streaming Service
</ArrowLink>
<Box css={{ color: "$mauve5" }}>
<ArrowLink
hideArrow
color="$mauve9"
href="/use-cases/creator-platforms">
<Text variant="gray" css={{ py: "$1" }}>
For Creators
For creator apps
</Text>
</ArrowLink>
<ArrowLink
hideArrow
color="$mauve9"
href="/use-cases/game-streaming-platforms">
<Text variant="gray" css={{ py: "$1" }}>
For Gamers
For live gaming apps
</Text>
</ArrowLink>
<ArrowLink
hideArrow
color="$mauve9"
href="/use-cases/music-streaming-platforms">
<Text variant="gray" css={{ py: "$1" }}>
For Musicians
For live music apps
</Text>
</ArrowLink>
<ArrowLink
hideArrow
color="$mauve9"
href="/use-cases/24x7-channels">
<Text variant="gray" css={{ py: "$1" }}>
24x7 Channels
For 24x7 video apps
</Text>
</ArrowLink>

Expand All @@ -184,7 +189,7 @@ const Menu = ({
color="$mauve9"
href="/use-cases/ecommerce">
<Text variant="gray" css={{ py: "$1" }}>
Ecommerce
For e-commerce apps
</Text>
</ArrowLink>
</Box>
Expand Down

1 comment on commit 65b6716

@vercel
Copy link

@vercel vercel bot commented on 65b6716 Feb 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.