Skip to content

Commit d10d01e

Browse files
committed
space to text
1 parent 22f2028 commit d10d01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/profile-info-tooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const ProfileInfoTooltip: FC<ProfileInfoTooltipProps> = ({ profile, class
109109
<span className={ClassNames.Text}>{port}</span>
110110
</div>
111111
<div className="flex justify-between">
112-
<span className="text-gray-600 dark:text-gray-400">Last Accessed:</span>
112+
<span className="text-gray-600 dark:text-gray-400">Last Accessed:&nbsp;</span>
113113
<span className={ClassNames.Text}>{lastAccessed}</span>
114114
</div>
115115
</div>

0 commit comments

Comments
 (0)