Skip to content

Commit

Permalink
feat: link de contribuição
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel0109 committed Mar 4, 2024
1 parent f105ae4 commit 81b1ad8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/pages/SearchMain.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,19 @@ export function SearchMain() {
<img className="inline-block mr-3" src={qrCode} alt="" />
Usar qrcode
</button>


<ul>

</ul>



</div>
<div className='text-white absolute bottom-0 z-1 right-0 left-0'>
<p className='text-center p-4'>
❤️ Feito em código aberto, acesse <a href="https://github.com/RJ-SMTR/mobilidade-rio-app" className='underline' target='blank'>aqui</a> e colabore!
</p>
</div>

{active ? <QrScanner
onDecode={(result) => window.location.href = result}
onError={(error) => console.log(error?.message)}
Expand Down

0 comments on commit 81b1ad8

Please sign in to comment.