UI updates and bug fixes
[browser-rts.git] / src / render / kingdom-overview.ts
index d82f6a411d80042c23423a5fd1155f0aaf351eb8..9fd07ab18be444963af57fd5c82e0a4c69fa493e 100644 (file)
@@ -1,6 +1,7 @@
 import { Account } from "../repository/accounts";
 import { CityWithLocation } from "../repository/city";
 import * as _ from 'lodash';
+import { topbar } from "./topbar";
 
 export function renderKingomOverview(city: CityWithLocation, account: Account): string {
     return `
@@ -49,5 +50,5 @@ export function renderKingomOverview(city: CityWithLocation, account: Account):
        </tr>
        </table>
        </div>
-       `;
+       ${topbar(city)}`;
 }
\ No newline at end of file