Skip to content

Commit b0f3b19

Browse files
the fix
1 parent 9e8132f commit b0f3b19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/FooterComponent.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
faInstagram,
99
faFacebook,
1010
} from '@fortawesome/free-brands-svg-icons';
11+
const email = 'capra@ens.etsmtl.ca';
1112
</script>
1213

1314
<template>
@@ -18,7 +19,7 @@ import {
1819
<img :src="logo" alt="logo" class="h-16 w-16" />
1920
<div class="flex flex-row items-center text-lg gap-1">
2021
<FontAwesomeIcon :icon="faEnvelope" class="w-6" />
21-
<p>clubcapra@etsmtl.ca</p>
22+
<a :href="'mailto:' + email">{{ email }}</a>
2223
</div>
2324
<div class="flex flex-row items-center text-lg gap-1">
2425
<FontAwesomeIcon :icon="faLocationDot" class="w-6" />

0 commit comments

Comments
 (0)