Skip to content

Commit

Permalink
fix: banner overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GugaGongadze committed Nov 18, 2023
1 parent 9f8f8db commit fec3818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/sections/StarOnGithub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ const StarOnGithub = () => {
>
give it a star on GitHub
</a>
&nbsp;or&nbsp;
<span className='hidden sm:block'>&nbsp;or&nbsp;</span>
<a
href='https://twitter.com/shuttle_dev'
target='_blank'
rel='noopener noreferrer'
onClick={() => {
trackEvent('twitter_follow_cta')
}}
className='hidden sm:block'
>
follow us on Twitter
</a>
Expand Down

1 comment on commit fec3818

@vercel
Copy link

@vercel vercel bot commented on fec3818 Nov 18, 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.