This website works better with JavaScript.
Home
Help
Sign In
Teknikode
/
Teknik
Watch
3
Star
18
Fork
4
Code
Issues
39
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
Made Contact info use the config support email value
tags/2.0.6
Teknikode
4 years ago
parent
8a3f232205
commit
da96fa7f63
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Teknik/Areas/Contact/Views/Contact/Index.cshtml
+ 1
- 1
Teknik/Areas/Contact/Views/Contact/Index.cshtml
View File
@@ -83,7 +83,7 @@
</address>
<address>
<strong>Customer Support</strong><br>
<a href="mailto:
support@teknik.io">support@teknik.io
</a>
<a href="mailto:
@Model.Config.SupportEmail">@Model.Config.SupportEmail
</a>
</address>
</form>
</div>
Write
Preview
Loading…
Cancel
Save