Skip to content

Commit 11438ce

Browse files
authored
Merge pull request #478 from MerginMaps/mmbanner-campaign-url
Updated url of merginmaps
2 parents 2378d8d + be32aef commit 11438ce

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/.vuepress/theme/components/MMBanner.vue

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
<h2 class="banner-title">{{ title }}</h2>
88
<p class="banner-text">{{ text }}</p>
99
</header>
10-
<PrimaryLink href="https://merginmaps.com" class="banner-button">Learn more</PrimaryLink>
10+
<PrimaryLink
11+
:href="merginUrl"
12+
class="banner-button"
13+
>Learn More</PrimaryLink
14+
>
1115
</div>
1216
</aside>
1317
</template>
@@ -28,6 +32,7 @@ export default Vue.extend({
2832
fullImageUrl: "/docs/banner-full.png",
2933
smallImageUrl: "/docs/banner-mobile.png",
3034
text: "Easy to use field data collection app for QGIS.",
35+
merginUrl: "https://merginmaps.com/?utm_source=documentation&utm_medium=footer&utm_campaign=docs"
3136
};
3237
},
3338
});
@@ -58,7 +63,7 @@ export default Vue.extend({
5863
gap: 20px;
5964
padding-inline: 20px;
6065
padding-top: 40px;
61-
padding-bottom: 40px;
66+
padding-bottom: 40px;
6267
position: relative;
6368
box-sizing: border-box;
6469
background-color: $primaryForestColor;
@@ -121,5 +126,9 @@ h2.banner-title {
121126
.banner-image-small {
122127
display: block;
123128
}
129+
130+
.banner-header {
131+
width: 50%
132+
}
124133
}
125134
</style>

0 commit comments

Comments
 (0)