Minor tweaks

This commit is contained in:
2019-05-30 04:51:55 +10:00
parent 0b3e70341f
commit 9d9ae45ba0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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'}>