mirror of
https://github.com/tloncorp/landscape.git
synced 2024-11-28 12:14:31 +03:00
Update ui/src/components/WayfindingAppLink.tsx
Co-authored-by: Hunter Miller <svarty1@gmail.com>
This commit is contained in:
parent
76c1325986
commit
024be715b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user