diff options
author | Amolith | 2019-05-19 20:45:08 -0400 |
---|---|---|
committer | Amolith | 2019-05-19 20:50:53 -0400 |
commit | 4a02ca5d116901a46453380ff1401f8810a763e9 (patch) | |
tree | 673fce15eb1a909a38a5bd99216cd97cc6035246 /public/views | |
parent | 84d9b9acb57916a676d17920dccc4e662f839cf8 (diff) |
fix issue 72
Signed-off-by: Amolith <amolith@nixnet.xyz>
Diffstat (limited to 'public/views')
-rw-r--r-- | public/views/index/body.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index bb0f04ab..0caa9238 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -77,7 +77,7 @@ </a> </div> <div class="col-md-4 inner"> - <a href="<%- serverURL %>/features#Slide-Modee"> + <a href="<%- serverURL %>/features#Slide-Mode"> <i class="fa fa-tv fa-3x"></i> <h4><%= __('Support slide mode') %></h4> </a> |