Skip to content

Commit

Permalink
Merge pull request #437 from iRedScarf/main
Browse files Browse the repository at this point in the history
feat: Display temperature value next to System Role
  • Loading branch information
ddiu8081 authored Sep 13, 2023
2 parents e84fffb + 4131409 commit 72df7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SystemRoleSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default (props: Props) => {
<Show when={props.canEdit()} fallback={<IconEnv />}>
<span onClick={() => props.setCurrentSystemRoleSettings('')} class="sys-edit-btn p-1 rd-50%" > <IconX /> </span>
</Show>
<span>System Role: </span>
<span>System Role ( Temp = {temperature()} ) : </span>
</div>
<div class="mt-1">
{props.currentSystemRoleSettings()}
Expand Down

1 comment on commit 72df7c6

@vercel
Copy link

@vercel vercel bot commented on 72df7c6 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.