Minor tweaks
This commit is contained in:
@@ -7,7 +7,7 @@ So changes I've made today:
|
|||||||
* Both incoming and outgoing combats are now visible.
|
* Both incoming and outgoing combats are now visible.
|
||||||
* Google analytics implemented.
|
* Google analytics implemented.
|
||||||
* The game ladder can now point to a specific rank with the URL: [https://kingdombattles.net/ladder?rank=0](ladder?rank=0)
|
* The game ladder can now point to a specific rank with the URL: [https://kingdombattles.net/ladder?rank=0](ladder?rank=0)
|
||||||
* THe same goes for the profile's combat log: [https://kingdombattles.net/profile?log=0](profile?log=0)
|
* The same goes for the profile's combat log: [https://kingdombattles.net/profile?log=0](profile?log=0)
|
||||||
|
|
||||||
Known Bugs:
|
Known Bugs:
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ class PagedCombatLog extends React.Component {
|
|||||||
<p className='col centered minWidth'>Defending Force</p>
|
<p className='col centered minWidth'>Defending Force</p>
|
||||||
<p className='col centered minWidth'>Undefended?</p>
|
<p className='col centered minWidth'>Undefended?</p>
|
||||||
<p className='col centered minWidth'>Victor</p>
|
<p className='col centered minWidth'>Victor</p>
|
||||||
<p className='col centered minWidth'>Gold Lost</p>
|
<p className='col centered minWidth'>Gold Transferred</p>
|
||||||
<p className='col centered minWidth'>Victor Casualties</p>
|
<p className='col centered minWidth'>Victor Casualties</p>
|
||||||
</div>
|
</div>
|
||||||
{Object.keys(this.state.data).map((key) => <div key={key} className={'row'}>
|
{Object.keys(this.state.data).map((key) => <div key={key} className={'row'}>
|
||||||
|
|||||||
Reference in New Issue
Block a user