There was an error while loading. Please reload this page.
1 parent 6a414d4 commit 10a0420Copy full SHA for 10a0420
2 files changed
pages/federation/[fede]/index.vue
@@ -34,7 +34,7 @@ useHead({
34
<section id="federation">
35
<h1>MNL {{ federation.code }} ({{ federation.name }})</h1>
36
<div class="contact-button-list">
37
- <btn :href="'mailto:' + federation.email" icon="ph:envelope-simple-bold" :label="federation.email"/>
+ <btn v-if="federation.email" :href="'mailto:' + federation.email" icon="ph:envelope-simple-bold" :label="federation.email"/>
38
<btn v-if="federation.instagram" :href="federation.instagram" icon="ph:instagram-logo-bold"
39
:label="'@' + federation.instagram.match(/^https?:\/\/(?:www\.)?instagram\.com\/([^/?]+)/i)?.[1] || 'Instagram'"/>
40
</div>
@@ -114,4 +114,4 @@ useHead({
114
width: 100%;
115
}
116
117
-</style>
+</style>
static/img/federations.svg
0 commit comments