Skip to content

Commit

Permalink
Fix logos for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
benjagm committed Sep 12, 2023
1 parent b7b6d0f commit 793296d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Homebrew
export PATH=/opt/homebrew/bin:$PATH
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
4 changes: 2 additions & 2 deletions pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ const Home = (props: any) => {
<p className='px-4 md:w-1/2 mx-auto'>The following companies support us by letting us use their products.<br /><a href='mailto:[email protected]' className='border-b border-black'>Email us</a> for more info.</p>
</div>
<div className='flex justify-center items-center'>
<a href='https://orbit.love/' ><img src='/img/logos/supported/orbit-logo-color.png' className='w-44 mr-8 sc:mr-2 sc:ml-2' /></a>
<a href='https://json-schema.slack.com/join/shared_invite/zt-1ywpdj4yd-bXiBLjYEbKWUjzon0qiY9Q#/shared-invite/email' ><img src='/img/logos/supported/slack-logo.svg' className='w-44 ml-8 sc:ml-2 sc:mr-2' /></a>
<a href='https://orbit.love/' ><img src='/img/logos/supported/orbit-logo-color.png' className='w-44 mr-8 ml-2 sc:w-30 sc:mr-4' /></a>
<a href='https://json-schema.slack.com/join/shared_invite/zt-1ywpdj4yd-bXiBLjYEbKWUjzon0qiY9Q#/shared-invite/email' ><img src='/img/logos/supported/slack-logo.svg' className='w-44 ml-8 mr-2 sc:w-30 sc:ml-4' /></a>
</div>
</section>
</div>
Expand Down

0 comments on commit 793296d

Please sign in to comment.