remove empty div

This commit is contained in:
Kroell 2023-03-16 11:01:46 -04:00
parent a4034dd3eb
commit fecd745eca

View file

@ -1,6 +1,4 @@
<template>
<div class="row" >
</div>
<div class="footerImage" id="imgCity" v-if="footerImageURL" >
<img id="siteFooterImage" :src="footerImageURL" />
</div>