mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-09 07:34:55 -04:00
Fix BackButton styling: remove redundant spacing in class name
This commit is contained in:
@@ -25,7 +25,7 @@ export function BackButton(props: {className?: string}) {
|
||||
)}
|
||||
>
|
||||
<ChevronLeftIcon className="h-4 w-4" />
|
||||
<span className={' hidden sm:flex'}>Back</span>
|
||||
<span className={'hidden sm:flex'}>Back</span>
|
||||
</button>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user