revert kyoani easter egg

This commit is contained in:
xmcp
2019-07-24 23:17:59 +08:00
parent 141c50688b
commit f513ccf14b
3 changed files with 0 additions and 10 deletions

View File

@@ -32,7 +32,6 @@ export class HighlightedText extends PureComponent {
rule==='pid' ? <a href={'##'+p} onClick={(e)=>{e.preventDefault(); this.props.show_pid(p);}}>{p}</a> :
rule==='nickname' ? <span style={{backgroundColor: this.props.color_picker.get(p)}}>{p}</span> :
rule==='search' ? <span className="search-query-highlight">{p}</span> :
rule==='easter_egg_kyoani' ? <span className="easter-egg-kyoani">{p}</span> :
p
}</span>
);