summaryrefslogtreecommitdiff
path: root/htdocs/public/projects/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/public/projects/index.ejs')
-rw-r--r--htdocs/public/projects/index.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/public/projects/index.ejs b/htdocs/public/projects/index.ejs
index c2a3ffe..e9fb838 100644
--- a/htdocs/public/projects/index.ejs
+++ b/htdocs/public/projects/index.ejs
@@ -17,8 +17,8 @@
<p class="project-description"><%- project.description %></p>
<p class="project-buttons">
<% if (project.website !== null) { %>
- <a href="<%- project.website %>" target="_blank" class="big-button big-button-bg3 big-button-pt1">Website</a>
- <a
+ <a href="<%- project.website %>" target="_blank" class="big-button big-button-bg3 big-button-pt1">Website
+ </a><a
href="https://source.minteck.org/<%- project.id %>" target="_blank"
class="big-button big-button-bg3 big-button-pt2">View</a>
<% } else { %>