mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Revert "Changed elements tag to output"
This reverts commit 01b11e1ac2
.
This commit is contained in:
parent
be8e52104b
commit
e11d691480
2 changed files with 10 additions and 10 deletions
|
@ -50,7 +50,7 @@ class CommandView extends React.Component{
|
|||
]);
|
||||
|
||||
return (
|
||||
<output id={this.props.id} className="reactCommandView">
|
||||
<div id={this.props.id} className="reactCommandView">
|
||||
<p className={commandClass}>
|
||||
<span className="prompt">{'$'}</span>
|
||||
{' '}
|
||||
|
@ -69,7 +69,7 @@ class CommandView extends React.Component{
|
|||
<div className="commandLineWarnings">
|
||||
{this.renderFormattedWarnings()}
|
||||
</div>
|
||||
</output>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -104,9 +104,9 @@ class CommandView extends React.Component{
|
|||
}
|
||||
}
|
||||
return (
|
||||
<output className={'commandLineResult'}>
|
||||
<div className={'commandLineResult'}>
|
||||
{result}
|
||||
</output>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue