Skip to content

Commit

Permalink
Update components/dashboard/src/teams/TeamSettings.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: George Tsiolis <[email protected]>
  • Loading branch information
mustard-mh and gtsiolis authored Sep 21, 2023
1 parent 534cfb6 commit 01a817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/teams/TeamSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function WorkspaceImageButton(props: {
const image = props.settings?.defaultWorkspaceImage ?? props.defaultWorkspaceImage ?? "";

const descList = useMemo(() => {
const arr: ReactNode[] = [<span className="font-medium">Default image</span>];
const arr: ReactNode[] = [<span>Default image</span>];
if (props.disabled) {
arr.push(
<>
Expand Down

0 comments on commit 01a817f

Please sign in to comment.