diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-11-03 17:26:09 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-11-03 17:26:09 +0100 |
commit | 49602a22a57ac892ef30019b67133e73756a78c8 (patch) | |
tree | f25d134c6b31580c6cabdcf719614e088b1559c9 /htdocs/public/projects/index.ejs | |
parent | 1b16090b87a5ff4e8bbe8083fde896bba92b4fd6 (diff) | |
download | rainbow-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.ejs | 4 |
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 { %> |