summaryrefslogtreecommitdiff
path: root/htdocs/public/projects/index.ejs
diff options
context:
space:
mode:
authorMinteck <minteck@phoenixnet.tech>2021-11-03 17:26:09 +0100
committerMinteck <minteck@phoenixnet.tech>2021-11-03 17:26:09 +0100
commit49602a22a57ac892ef30019b67133e73756a78c8 (patch)
treef25d134c6b31580c6cabdcf719614e088b1559c9 /htdocs/public/projects/index.ejs
parent1b16090b87a5ff4e8bbe8083fde896bba92b4fd6 (diff)
downloadrainbow-49602a22a57ac892ef30019b67133e73756a78c8.tar.gz
rainbow-49602a22a57ac892ef30019b67133e73756a78c8.tar.bz2
rainbow-49602a22a57ac892ef30019b67133e73756a78c8.zip
Fix
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 { %>