summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthewsotoudeh <matthewsot@outlook.com>2014-08-30 22:44:16 -0700
committermatthewsotoudeh <matthewsot@outlook.com>2014-08-30 22:44:16 -0700
commit8352021adae64a274b42c2712ac1e5f1fbddfe59 (patch)
tree753de216f94c95d89c197a4bc5b83e0e72c2f1f9
parenta3a62d8a28cdfc1a93c8ed885c367f640be6b560 (diff)
linked the cf logo to the homepage
-rw-r--r--Classfinder/Classfinder/Views/Default/ThankYou.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classfinder/Classfinder/Views/Default/ThankYou.cshtml b/Classfinder/Classfinder/Views/Default/ThankYou.cshtml
index 8fad50e..41c59ce 100644
--- a/Classfinder/Classfinder/Views/Default/ThankYou.cshtml
+++ b/Classfinder/Classfinder/Views/Default/ThankYou.cshtml
@@ -45,6 +45,6 @@
<h3>Adhiv, Matthew, and Will</h3>
- <img src="~/Content/Images/logo.png" alt="classfinder" />
+ <a href="http://classfinder.me" target="_blank"><img src="~/Content/Images/logo.png" alt="classfinder" /></a>
</body>
</html> \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback