Skip to content

Commit

Permalink
鈿欙笍 Fix: Ajustes no card de info (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Fortes committed Aug 16, 2023
1 parent 1df8ab4 commit 33acbc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/InfoCard/InfoCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function InfoCard() {
<h1 className="text-xl font-semibold mb-3">{name}</h1>
{linha ?
<p className='text-[#707070] text-sm'>Veja o pr贸ximo 么nibus na esta莽茫o:</p> :
<p className='text-[#707070] text-sm'>Selecione o sentido para mais informa莽玫es:</p>
<p className='text-[#707070] text-sm'>Selecione a plataforma para mais informa莽玫es:</p>
}
<ul className={styles.routeList}>
{!routes ? <>
Expand Down
1 change: 0 additions & 1 deletion src/components/InfoCard/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
border-radius: 3px;
padding: 4px 3px;
min-width: 45.5px;
max-height: 24px;


}
Expand Down

0 comments on commit 33acbc2

Please sign in to comment.