Skip to content

Commit 22684a8

Browse files
committed
Add mailto link
1 parent eeb01a5 commit 22684a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<Row>
103103
<Col style="margin-top: 20px; padding-top: 20px; border-top: 1px solid rgb(204, 204, 204);" >
104104
<footer>
105-
<p><strong>If you have any questions or problems using the system, please get in touch at [email protected] for assistance.</strong></p>
105+
<p>If you have any questions or problems using the system, please get in touch at <a href="mailto:[email protected]">[email protected]</a> for assistance.</p>
106106
</footer>
107107
</Col>
108108
</Row>

0 commit comments

Comments
 (0)