]> Untitled Git - lemmy-ui.git/commitdiff
Add heading tag to rate limit form
authorabias <abias1122@gmail.com>
Sun, 21 May 2023 19:31:42 +0000 (15:31 -0400)
committerabias <abias1122@gmail.com>
Sun, 21 May 2023 19:31:42 +0000 (15:31 -0400)
src/shared/components/home/rate-limit-form.tsx

index db37090c8bd6b3fa7a7091374fd4ee1d430dd18b..d4b68beb7fa47255bf70c2880b906561fecdd172 100644 (file)
@@ -171,6 +171,7 @@ export default class RateLimitsForm extends Component<
   render() {
     return (
       <form onSubmit={linkEvent(this, submitRateLimitForm)}>
+        <h5>Rate Limit Options</h5>
         <Tabs
           tabs={rateLimitTypes.map(rateLimitType => ({
             key: rateLimitType,