Changed logo

This commit is contained in:
Richard Ramos 2018-06-27 22:02:50 -04:00
parent ff338bb7b0
commit 3ba4d1e560
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ class Voting extends PureComponent {
<Fragment>
<CssBaseline />
<AppBar toggleAdmin={toggleAdmin} togglePoll={togglePoll} />
<div style={{ margin: '15px 15px 15px 35%' }}>
<StatusLogo />
<div style={{ margin: '30px', textAlign: 'center' }}>
<img src="images/logo.png" width="200" />
</div>
{addPoll && <AddPoll togglePoll={togglePoll} />}
{rawPolls && <PollsList rawPolls={rawPolls} />}

BIN
app/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB