We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802feb8 commit 5480cddCopy full SHA for 5480cdd
resources/js/game/components/faction-loyalty/faction-fame.tsx
@@ -311,15 +311,15 @@ export default class FactionFame extends React.Component<
311
on_click={() =>
312
this.manageAssistingNpc(true)
313
}
314
- additional_css={"mt-[34px] ml-4"}
+ additional_css={"mt-[18px] ml-4"}
315
/>
316
) : (
317
<PrimaryOutlineButton
318
button_label={"Assist"}
319
320
this.manageAssistingNpc(false)
321
322
323
324
)}
325
</div>
0 commit comments