Skip to content

Commit

Permalink
Add blog llink to footer and menu #904 (#912)
Browse files Browse the repository at this point in the history
* Add blog link to footer and menu #904
  • Loading branch information
Ali7040 authored Jul 14, 2023
1 parent 65f3df6 commit 7bca17c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ function Footer (): JSX.Element {
>
OpenBeta vs others
</a>
<a
className='no-underline hover:underline'
href='https://openbeta.io/blog'
rel='noopener noreferrer'
>
Blog
</a>
</div>
<div className='flex flex-row items-center gap-x-4'>
<a href='https://github.com/OpenBeta'>
Expand Down
1 change: 1 addition & 0 deletions src/components/MobileAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const More = (): JSX.Element => {
/>
: <Button size='lg' onClick={async () => await signIn()} label='Login' />}
<Button size='lg' href='/about' label='About' />
<Button size='lg' href='https://openbeta.io/blog' label='Blog' />
<Button
size='lg'
href='https://discord.gg/ptpnWWNkJx'
Expand Down
1 change: 1 addition & 0 deletions src/components/ProfileNavButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default function ProfileNavButton ({ isMobile = true }: ProfileNavButtonP

<DropdownItem text='About' onSelect={async () => await router.push('/about')} />
<DropdownItem text='Documentation' onSelect={async () => await router.push('https://docs.openbeta.io')} />
<DropdownItem text='Blog' onSelect={async () => await router.push('https://openbeta.io/blog')} />

<DropdownSeparator />

Expand Down

1 comment on commit 7bca17c

@vercel
Copy link

@vercel vercel bot commented on 7bca17c Jul 14, 2023

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.