Skip to content

Commit

Permalink
Update the "Events Notice" on command section
Browse files Browse the repository at this point in the history
  • Loading branch information
seabeya committed May 20, 2024
1 parent 98157ce commit fa0b341
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/sections/ModeEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ export default function ModeEvents() {
return (
<>
<Label htmlFor="events" title="Events" desc="the events you are going to track">
<p className="rounded bg-yellow-400 p-2 *:font-medium *:underline">
Currently, you can only track predefined events such as <span>subscriptions</span>,{' '}
<span>resubscriptions</span>, and <span>cheers</span>. More events and picking options will be available soon.
<p className="rounded bg-neutral-400 p-2 *:font-medium *:underline">
Currently available events: <span>Sub</span>, <span>Resub</span>, <span>Cheer</span>, <span>Subgift</span>.
</p>
</Label>
<Label htmlFor="channels" title="Channels" desc="the channels where you want to track the events">
Expand Down

0 comments on commit fa0b341

Please sign in to comment.