Skip to content

Commit

Permalink
hotfix/2.0.4 remoção de info do card sobre horários (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Guimarães authored Dec 21, 2022
1 parent fa44498 commit fd576f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "base-project",
"private": true,
"version": "2.0.3",
"version": "2.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
3 changes: 1 addition & 2 deletions src/components/InfoCard/InfoCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export function InfoCard(){
<div className="fixed bottom-0 translate-x-1/2 right-1/2 w-11/12 z-[401]">
<div className={styles.routesCard}>
<p className='text-[#707070] text-sm'>Você está em</p>
<h1 className="text-xl font-semibold">{name}</h1>
<p className="text-sm mb-3">Aberta todos os dias entre 04:00 e 00h</p>
<h1 className="text-xl font-semibold mb-3">{name}</h1>
<ul className={styles.routeList}>
{!routes ? <>
<Oval
Expand Down

0 comments on commit fd576f1

Please sign in to comment.