Skip to content

Commit bf67b00

Browse files
committed
add contact email
Signed-off-by: Seth Flynn <[email protected]>
1 parent a0caaf4 commit bf67b00

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/_data/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"author": {
2222
"name": "Prism Launcher",
23-
"email": "[email protected]",
23+
"email": "[email protected]",
2424
"url": "https://prismlauncher.org/about/"
2525
}
2626
}

src/_includes/partials/footer.njk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
{% include "edit-on-github.njk" %}
44
© 2022-2025 Prism Launcher Contributors
55
</h1>
6+
<div>
7+
<p><a href="mailto:[email protected]">Need to contact us?</a></p>
8+
</div>
69
</div>
710
</div>

src/_includes/partials/header.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<a href="https://matrix.to/#/#prismlauncher:matrix.org" target="_blank" aria-label="Matrix"><i class="fa fa-matrix-org"></i></a>
2525
<a href="https://www.reddit.com/r/PrismLauncher/" target="_blank" aria-label="Reddit"><i class="fa fa-reddit"></i></a>
2626
<a href="https://github.com/PrismLauncher/PrismLauncher" target="_blank" aria-label="GitHub"><i class="fa fa-github"></i></a>
27+
<a href="mailto:[email protected]" target="_blank" aria-label="Email"><i class="fa fa-envelope-square"></i></a>
2728
</div>
2829
<div>
2930
<a class="button" href="{{ '/download/?from=button' | url }}">Download</a>

0 commit comments

Comments
 (0)