Skip to content

Commit

Permalink
Merge pull request #478 from MerginMaps/mmbanner-campaign-url
Browse files Browse the repository at this point in the history
Updated url of merginmaps
  • Loading branch information
MarcelGeo authored May 16, 2024
2 parents 2378d8d + be32aef commit 11438ce
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/.vuepress/theme/components/MMBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<h2 class="banner-title">{{ title }}</h2>
<p class="banner-text">{{ text }}</p>
</header>
<PrimaryLink href="https://merginmaps.com" class="banner-button">Learn more</PrimaryLink>
<PrimaryLink
:href="merginUrl"
class="banner-button"
>Learn More</PrimaryLink
>
</div>
</aside>
</template>
Expand All @@ -28,6 +32,7 @@ export default Vue.extend({
fullImageUrl: "/docs/banner-full.png",
smallImageUrl: "/docs/banner-mobile.png",
text: "Easy to use field data collection app for QGIS.",
merginUrl: "https://merginmaps.com/?utm_source=documentation&utm_medium=footer&utm_campaign=docs"
};
},
});
Expand Down Expand Up @@ -58,7 +63,7 @@ export default Vue.extend({
gap: 20px;
padding-inline: 20px;
padding-top: 40px;
padding-bottom: 40px;
padding-bottom: 40px;
position: relative;
box-sizing: border-box;
background-color: $primaryForestColor;
Expand Down Expand Up @@ -121,5 +126,9 @@ h2.banner-title {
.banner-image-small {
display: block;
}
.banner-header {
width: 50%
}
}
</style>

0 comments on commit 11438ce

Please sign in to comment.