mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-10 05:06:15 -05:00
typo fixes
This commit is contained in:
@@ -164,12 +164,14 @@ const UserPage: React.FC<RouteComponentProps & UserPageProps> = ({ id }) => {
|
||||
content: (
|
||||
<TabPanel key={2}>
|
||||
<Alert status="info">
|
||||
If you have reached Top 500 in a finished X Rank season you can have
|
||||
it displayed here! Make sure your Twitter account is verified on
|
||||
verified and it shows on your sendou.ink profile and then contact
|
||||
Sendou#0043 on Discord with your in-game nick. Once set up new
|
||||
results are added automatically and no further action is needed
|
||||
unless you change your name on Twitter.
|
||||
<>
|
||||
If you have reached Top 500 in a <b>finished</b> X Rank season you
|
||||
can have it displayed here! Make sure your Twitter account is
|
||||
verified on Discord to get it showing on your sendou.ink profile
|
||||
and then contact Sendou#0043 on Discord with your in-game nick.
|
||||
Once set up new results are added automatically and no further
|
||||
action is needed unless you change your name on Twitter.
|
||||
</>
|
||||
</Alert>
|
||||
</TabPanel>
|
||||
),
|
||||
|
||||
@@ -613,7 +613,7 @@ export default function useAbilityEffects(
|
||||
ability: "SPU" as Ability,
|
||||
info:
|
||||
specialWeapon === "Inkjet"
|
||||
? "Special Power Up also increases Ink Jet's shots' painting and blast radius"
|
||||
? "Special Power Up also increases Inkjet's shots' painting and blast radius"
|
||||
: undefined,
|
||||
ap: amount,
|
||||
getEffect: (ap: number) => Math.ceil(getEffect(highMidLow, ap)[0]),
|
||||
|
||||
Reference in New Issue
Block a user