Skip to content

Commit

Permalink
fix: add beta for showTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 7, 2023
1 parent 931bd2c commit fcf193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SwitchTimestamp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function SwitchTimestamp(props: {
checked={props.checked}
onCheckedChange={props.onCheckedChange}
/>
<Label htmlFor="timestamp-mode">是否显示时间戳</Label>
<Label htmlFor="timestamp-mode">是否显示时间戳 <span className="text-gray-500">(beta)</span></Label>
</div>
);
}

1 comment on commit fcf193e

@vercel
Copy link

@vercel vercel bot commented on fcf193e Mar 7, 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.