Skip to content

Instantly share code, notes, and snippets.

@BrunoSpy
BrunoSpy / character_counter.story.jsx
Created April 29, 2017 07:33
Change the character limit of your Mastodon instance (example with 666)
storybook/stories/character_counter.story.jsx
Change line 7 :
From : return <CharacterCounter text={text} max="500" />;
To : return <CharacterCounter text={text} max="666" />;
Change line 11 :
From : return <CharacterCounter text={text} max="500" />;
To : return <CharacterCounter text={text} max="666" />;