Update ui/src/components/WayfindingAppLink.tsx

Co-authored-by: Hunter Miller <svarty1@gmail.com>
This commit is contained in:
Patrick O'Sullivan 2023-03-09 17:59:06 -06:00 committed by GitHub
parent 76c1325986
commit 024be715b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ const WayfindingAppLink = ({
desk,
}: WayfindingAppLinkProps) => {
return (
<div className="flex items-center justify-between py-2">
<div className="flex items-center justify-between py-2 space-x-2">
<div className="flex items-center space-x-2">
{image !== null && image !== '' ? (
<img