diff options
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> |