This commit is contained in:
William Blythe
2018-10-23 09:55:42 +11:00
parent 7f24904f77
commit d52365a204
6 changed files with 35 additions and 43 deletions

View File

@@ -6,7 +6,7 @@ import Ship from '../shipyard/Ship';
import * as ModuleUtils from '../shipyard/ModuleUtils';
import { SizeMap } from '../shipyard/Constants';
import Link from '../components/Link';
import Ad from '../components/Ad';
import AdSense from 'react-adsense';
/**
* Counts the hardpoints by class/size
@@ -612,14 +612,11 @@ export default class ShipyardPage extends Page {
{detailRows}
</tbody>
</table>
<Ad
<AdSense.Google
client="ca-pub-3709458261881414"
slot="4156867783"
format="auto"
wrapperDivStyle={{
marginTop: '15px',
marginBottom: '20px'
}}
responsive="true"
/>
</div>
</div>