Skip to content

Commit ada63df

Browse files
temp
1 parent 18f84b8 commit ada63df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/features/connectedServices/ConnectedServicesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function ConnectedServiceCard({
236236
)}
237237
<CardTitle>
238238
<div className={cx("d-flex", "flex-wrap", "align-items-center")}>
239-
<h2 className="me-2">{display_name}</h2>
239+
<h2 className="me-2">{display_name} TEMP</h2>
240240
<div className={cx("d-flex", "gap-2", "ms-auto")}>
241241
<ConnectButton
242242
id={id}

0 commit comments

Comments
 (0)