Skip to content

Commit c09f449

Browse files
committed
fix missing mergin/QGIS logo
1 parent 1047be8 commit c09f449

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
paths:
55
- '**.md'
6-
6+
77
jobs:
88
markdown_checks:
99
runs-on: ubuntu-latest

src/.vuepress/components/MerginMapsProject.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<span>
33
<a :href="`https://public.cloudmergin.com/projects/${id}/tree`" target="_blank" rel="noopener noreferrer">
4-
<img :alt="`Mergin Maps Project ${id}`" :src="`/Mergin.svg`" />
4+
<img :alt="`Mergin Maps Project ${id}`" :src="$withBase('/Mergin.svg')" />
55
<span v-html="id"></span>
66
<span>
77
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound">

src/.vuepress/components/QGISHelp.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<span>
33
<a :href="`https://docs.qgis.org/${ver}/en/docs/${link}`" target="_blank" rel="noopener noreferrer">
4-
<img alt="QGIS Documentation" :src="`/QGIS.svg`" />
4+
<img alt="QGIS Documentation" :src="$withBase('/QGIS.svg')" />
55
<span v-html="text"></span>
66
<span>
77
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound">

src/.vuepress/components/YouTube.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ div {
2121
width: 100%;
2222
padding-top: min(500px,56%);
2323
position: relative;
24+
border: 3px solid #eaecef;
2425
}
2526
2627
iframe {
@@ -29,5 +30,6 @@ iframe {
2930
left: 0;
3031
bottom: 0;
3132
right: 0;
33+
3234
}
3335
</style>

0 commit comments

Comments
 (0)